Skip to content

Commit

Permalink
[e] (0) Remove a 'willful violation' note.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10854

git-svn-id: http://svn.whatwg.org/webapps@5578 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2010
1 parent 3939adc commit 2cac023
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 33 deletions.
18 changes: 7 additions & 11 deletions complete.html
Expand Up @@ -54624,8 +54624,8 @@ <h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>


<dt>If the element is an <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>, or
<code><a href=#video>video</a></code> element</dt>
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>,
<code><a href=#the-track-element>track</a></code>, or <code><a href=#video>video</a></code> element</dt>

<dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">src</code> content attribute.</dd>

Expand Down Expand Up @@ -62587,15 +62587,11 @@ <h5 id=writing-cache-manifests><span class=secno>6.6.3.2 </span>Writing cache ma
characters, U+000D CARRIAGE RETURN (CR) characters, or U+000D
CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href=#refsRFC3629>[RFC3629]</a></p>

<p class=note>This is a <a href=#willful-violation>willful violation</a> of two
aspects of RFC 2046, which requires all <code title="">text/*</code>
types to support an open-ended set of character encodings and only
allows CRLF line breaks. These requirements, however, are outdated;
UTF-8 is now widely used, such that supporting other encodings is no
longer necessary, and use of CR, LF, and CRLF line breaks is
commonly supported and indeed sometimes CRLF is <em>not</em>
supported by text editors. <a href=#refsRFC2046>[RFC2046]</a></p>
<!-- also RFC 2045 for charset -->
<p class=note>This is a <a href=#willful-violation>willful violation</a> of RFC
2046, which requires all <code title="">text/*</code> types to only
allow CRLF line breaks. This requirement, however, is outdated; the
use of CR, LF, and CRLF line breaks is commonly supported and indeed
sometimes CRLF is <em>not</em> supported by text editors. <a href=#refsRFC2046>[RFC2046]</a></p>

<p>The first line of an application cache manifest must consist of
the string "CACHE", a single U+0020 SPACE character, the string
Expand Down
18 changes: 7 additions & 11 deletions index
Expand Up @@ -54604,8 +54604,8 @@ document.body.appendChild(outer);</pre>


<dt>If the element is an <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>, or
<code><a href=#video>video</a></code> element</dt>
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>,
<code><a href=#the-track-element>track</a></code>, or <code><a href=#video>video</a></code> element</dt>

<dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">src</code> content attribute.</dd>

Expand Down Expand Up @@ -62576,15 +62576,11 @@ NETWORK:
characters, U+000D CARRIAGE RETURN (CR) characters, or U+000D
CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href=#refsRFC3629>[RFC3629]</a></p>

<p class=note>This is a <a href=#willful-violation>willful violation</a> of two
aspects of RFC 2046, which requires all <code title="">text/*</code>
types to support an open-ended set of character encodings and only
allows CRLF line breaks. These requirements, however, are outdated;
UTF-8 is now widely used, such that supporting other encodings is no
longer necessary, and use of CR, LF, and CRLF line breaks is
commonly supported and indeed sometimes CRLF is <em>not</em>
supported by text editors. <a href=#refsRFC2046>[RFC2046]</a></p>
<!-- also RFC 2045 for charset -->
<p class=note>This is a <a href=#willful-violation>willful violation</a> of RFC
2046, which requires all <code title="">text/*</code> types to only
allow CRLF line breaks. This requirement, however, is outdated; the
use of CR, LF, and CRLF line breaks is commonly supported and indeed
sometimes CRLF is <em>not</em> supported by text editors. <a href=#refsRFC2046>[RFC2046]</a></p>

<p>The first line of an application cache manifest must consist of
the string "CACHE", a single U+0020 SPACE character, the string
Expand Down
19 changes: 8 additions & 11 deletions source
Expand Up @@ -61250,8 +61250,8 @@ document.body.appendChild(outer);</pre>


<dt>If the element is an <code>audio</code>, <code>embed</code>,
<code>iframe</code>, <code>img</code>, <code>source</code>, or
<code>video</code> element</dt>
<code>iframe</code>, <code>img</code>, <code>source</code>,
<code>track</code>, or <code>video</code> element</dt>

<dd><p>The attribute must act as it would if it was <span
title="reflect">reflecting</span> the element's <code
Expand Down Expand Up @@ -70764,15 +70764,12 @@ NETWORK:
characters, U+000D CARRIAGE RETURN (CR) characters, or U+000D
CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href="#refsRFC3629">[RFC3629]</a></p>

<p class="note">This is a <span>willful violation</span> of two
aspects of RFC 2046, which requires all <code title="">text/*</code>
types to support an open-ended set of character encodings and only
allows CRLF line breaks. These requirements, however, are outdated;
UTF-8 is now widely used, such that supporting other encodings is no
longer necessary, and use of CR, LF, and CRLF line breaks is
commonly supported and indeed sometimes CRLF is <em>not</em>
supported by text editors. <a href="#refsRFC2046">[RFC2046]</a></p>
<!-- also RFC 2045 for charset -->
<p class="note">This is a <span>willful violation</span> of RFC
2046, which requires all <code title="">text/*</code> types to only
allow CRLF line breaks. This requirement, however, is outdated; the
use of CR, LF, and CRLF line breaks is commonly supported and indeed
sometimes CRLF is <em>not</em> supported by text editors. <a
href="#refsRFC2046">[RFC2046]</a></p>

<p>The first line of an application cache manifest must consist of
the string "CACHE", a single U+0020 SPACE character, the string
Expand Down

0 comments on commit 2cac023

Please sign in to comment.