Skip to content

Commit

Permalink
[e] (0) fix usage of RFC2119 terms
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11327

git-svn-id: http://svn.whatwg.org/webapps@5729 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 31, 2010
1 parent c44ed44 commit 734e60d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -3167,8 +3167,8 @@ <h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance require
this specification describes two authoring formats: one based on XML
(referred to as <a href=#the-xhtml-syntax>the XHTML syntax</a>), and one using a <a href=#writing>custom format</a> inspired by SGML (referred to as
<a href=#syntax>the HTML syntax</a>). <span class=impl>Implementations
may support only one of these two formats, although supporting both
is encouraged.</span></p>
must support at least one of these two formats, although supporting
both is encouraged.</span></p>

<p class=impl id=entity-references>The language in this
specification assumes that the user agent expands all entity
Expand Down Expand Up @@ -93487,6 +93487,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
George Lund,
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -3146,8 +3146,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
this specification describes two authoring formats: one based on XML
(referred to as <a href=#the-xhtml-syntax>the XHTML syntax</a>), and one using a <a href=#writing>custom format</a> inspired by SGML (referred to as
<a href=#syntax>the HTML syntax</a>). <span class=impl>Implementations
may support only one of these two formats, although supporting both
is encouraged.</span></p>
must support at least one of these two formats, although supporting
both is encouraged.</span></p>

<p class=impl id=entity-references>The language in this
specification assumes that the user agent expands all entity
Expand Down Expand Up @@ -89556,6 +89556,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
George Lund,
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -2099,8 +2099,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
(referred to as <span>the XHTML syntax</span>), and one using a <a
href="#writing">custom format</a> inspired by SGML (referred to as
<span>the HTML syntax</span>). <span class="impl">Implementations
may support only one of these two formats, although supporting both
is encouraged.</span></p>
must support at least one of these two formats, although supporting
both is encouraged.</span></p>

<p id="entity-references" class="impl">The language in this
specification assumes that the user agent expands all entity
Expand Down Expand Up @@ -107735,6 +107735,7 @@ interface <span>HTMLDocument</span> {
George Lund,
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down

0 comments on commit 734e60d

Please sign in to comment.