- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 22:20:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3591 Modified Files: Overview.html Log Message: apply wg decision (whatwg r5980) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4807 retrieving revision 1.4808 diff -u -d -r1.4807 -r1.4808 --- Overview.html 8 Apr 2011 22:12:26 -0000 1.4807 +++ Overview.html 8 Apr 2011 22:20:36 -0000 1.4808 @@ -11956,9 +11956,9 @@ are non-conforming, as noted in the last column.</span></p><!-- things that are neither conforming nor do anything are commented out --><table id="table-http-equiv"><thead><tr><th>State <th>Keyword <th>Notes - <tbody><tr><td><a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content Language</a> + <tbody><tr class="impl"><td><a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content Language</a> <td><code title="">content-language</code> - <td>Conformance checkers will include a warning + <td>Non-conforming <tr><td><a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration</a> <td><code title="">content-type</code> <td> @@ -12028,19 +12028,18 @@ must run the algorithm appropriate for that state, as described in the following list:</p> - </div><dl><dt><dfn id="attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>) + </div><dl><dt class="impl"><dfn id="attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>) - <dd> + <dd class="impl"> + + <p class="note">This feature is non-conforming. Authors are + encouraged to use the <code title="attr-lang"><a href="#attr-lang">lang</a></code> + attribute instead.</p> <p>This pragma sets the <dfn id="pragma-set-default-language">pragma-set default language</dfn>. Until the pragma is successfully processed, there is no <a href="#pragma-set-default-language">pragma-set default language</a>.</p> - <p class="note">Conformance checkers will include a warning if - this pragma is used. Authors are encouraged to use the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute instead.</p> - - <div class="impl"> - <ol><li><p>If another <code><a href="#meta">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content Language state</a> has already been successfully processed @@ -12073,16 +12072,8 @@ <li><p>Let the <a href="#pragma-set-default-language">pragma-set default language</a> be the string that resulted from the previous step.</li> - </ol></div> - - <p>For <code><a href="#meta">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content - Language state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must have a - value consisting of a valid BCP 47 language tag. <a href="#refsBCP47">[BCP47]</a></p> - - <p class="note">This pragma is not exactly equivalent to the HTTP - <code>Content-Language</code> header, for instance it only - supports one language. <a href="#refsHTTP">[HTTP]</a></p> + </ol><p class="note">This pragma is not exactly equivalent to the HTTP + <code>Content-Language</code> header. <a href="#refsHTTP">[HTTP]</a></p> </dd> @@ -66577,9 +66568,7 @@ </div><h2 id="obsolete"><span class="secno">11 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in - conformance checkers.<p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content - Language</a> state on a <code><a href="#meta">meta</a></code> element. The <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute should be used instead.<p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an + conformance checkers.<p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an <code><a href="#the-img-element">img</a></code> element. If the attribute is present, its value must be the string "<code title="">0</code>". CSS should be used instead.<p>Authors should not specify a <code title="attr-script-language"><a href="#attr-script-language">language</a></code> attribute on a @@ -66624,10 +66613,6 @@ <ul><!-- downplayed list --><li><p>The presence of an <a href="#obsolete-permitted-doctype">obsolete permitted DOCTYPE</a> in an <a href="#html-documents" title="HTML documents">HTML document</a>.</li> - <li><p>The presence of a <code><a href="#meta">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content - Language</a> state.</li> - <li><p>The presence of a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an <code><a href="#the-img-element">img</a></code> element if its value is the string "<code title="">0</code>".</li>
Received on Friday, 8 April 2011 22:20:42 UTC