Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Elaborate on 'non-legacy'; fix misuse of 'recommended'.
git-svn-id: http://svn.whatwg.org/webapps@4071 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2009
1 parent 3fce045 commit fd51bae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
16 changes: 9 additions & 7 deletions index
Expand Up @@ -1284,11 +1284,11 @@
in this specification.</p>

<p>The first such concrete syntax is the HTML syntax. This is the
format recommended for most authors. It is compatible with most
legacy Web browsers. If a document is transmitted with the
<a href=#mime-type>MIME type</a> <code><a href=#text/html>text/html</a></code>, then it will be
processed as an HTML document by Web browsers. This specification
defines version 5 of the HTML syntax, known as "HTML5".</p>
format suggested for most authors. It is compatible with most legacy
Web browsers. If a document is transmitted with the <a href=#mime-type>MIME
type</a> <code><a href=#text/html>text/html</a></code>, then it will be processed as an
HTML document by Web browsers. This specification defines version 5
of the HTML syntax, known as "HTML5".</p>

<p>The second concrete syntax is the XHTML syntax, which is an
application of XML. When a document is transmitted with an <a href=#xml-mime-type>XML
Expand Down Expand Up @@ -60319,9 +60319,11 @@ interface <dfn id=messageport>MessagePort</dfn> {

<li><p>Otherwise, return an implementation-defined or
user-specified default character encoding, with the <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a>
<i>tentative</i>. In non-legacy environments, the more
<i>tentative</i>. In controlled environments or in environments
where the encoding of documents can be prescribed (for example, for
user agents intended for dedicated use in new networks), the more
comprehensive <code title="">UTF-8</code> encoding is
recommended. Due to its use in legacy content, <code title="">windows-1252</code> is recommended as a default in
suggested. Due to its use in legacy content, <code title="">windows-1252</code> is suggested as a default in
predominantly Western demographics instead.</li>

</ol><p>The <a href="#document's-character-encoding">document's character encoding</a> must immediately
Expand Down
18 changes: 10 additions & 8 deletions source
Expand Up @@ -255,11 +255,11 @@
in this specification.</p>

<p>The first such concrete syntax is the HTML syntax. This is the
format recommended for most authors. It is compatible with most
legacy Web browsers. If a document is transmitted with the
<span>MIME type</span> <code>text/html</code>, then it will be
processed as an HTML document by Web browsers. This specification
defines version 5 of the HTML syntax, known as "HTML5".</p>
format suggested for most authors. It is compatible with most legacy
Web browsers. If a document is transmitted with the <span>MIME
type</span> <code>text/html</code>, then it will be processed as an
HTML document by Web browsers. This specification defines version 5
of the HTML syntax, known as "HTML5".</p>

<p>The second concrete syntax is the XHTML syntax, which is an
application of XML. When a document is transmitted with an <span>XML
Expand Down Expand Up @@ -77835,10 +77835,12 @@ interface <dfn>MessagePort</dfn> {
<li><p>Otherwise, return an implementation-defined or
user-specified default character encoding, with the <span
title="concept-encoding-confidence">confidence</span>
<i>tentative</i>. In non-legacy environments, the more
<i>tentative</i>. In controlled environments or in environments
where the encoding of documents can be prescribed (for example, for
user agents intended for dedicated use in new networks), the more
comprehensive <code title="">UTF-8</code> encoding is
recommended. Due to its use in legacy content, <code
title="">windows-1252</code> is recommended as a default in
suggested. Due to its use in legacy content, <code
title="">windows-1252</code> is suggested as a default in
predominantly Western demographics instead.</p></li>

</ol>
Expand Down

0 comments on commit fd51bae

Please sign in to comment.