Skip to content

Commit

Permalink
[e] (0) List some of the differences, to make Julian happier.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10804

git-svn-id: http://svn.whatwg.org/webapps@5565 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2010
1 parent 099f1f2 commit e15fa22
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -6572,8 +6572,12 @@ <h4 id=content-type-sniffing><span class=secno>2.7.3 </span>Determining the type
</dl></li>

</ol><p class=note>This requirement is a <a href=#willful-violation>willful violation</a>
of the HTTP specification, motivated by the need for backwards
compatibility with legacy content. <a href=#refsHTTP>[HTTP]</a></p>
of the HTTP specification (for example, HTTP doesn't allow the use
of single quotes and requires supporting a backslash-escape
mechanism that is not supported by this algorithm<!-- not to mention
not having any rules for error-handling, which is of course why
we're having to define it ourselves -->), motivated by the need for
backwards compatibility with legacy content. <a href=#refsHTTP>[HTTP]</a></p>

</div>

Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -6549,8 +6549,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dl></li>

</ol><p class=note>This requirement is a <a href=#willful-violation>willful violation</a>
of the HTTP specification, motivated by the need for backwards
compatibility with legacy content. <a href=#refsHTTP>[HTTP]</a></p>
of the HTTP specification (for example, HTTP doesn't allow the use
of single quotes and requires supporting a backslash-escape
mechanism that is not supported by this algorithm<!-- not to mention
not having any rules for error-handling, which is of course why
we're having to define it ourselves -->), motivated by the need for
backwards compatibility with legacy content. <a href=#refsHTTP>[HTTP]</a></p>

</div>

Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -6231,8 +6231,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</ol>

<p class="note">This requirement is a <span>willful violation</span>
of the HTTP specification, motivated by the need for backwards
compatibility with legacy content. <a
of the HTTP specification (for example, HTTP doesn't allow the use
of single quotes and requires supporting a backslash-escape
mechanism that is not supported by this algorithm<!-- not to mention
not having any rules for error-handling, which is of course why
we're having to define it ourselves -->), motivated by the need for
backwards compatibility with legacy content. <a
href="#refsHTTP">[HTTP]</a></p>

</div>
Expand Down

0 comments on commit e15fa22

Please sign in to comment.