Navigation Menu

Skip to content

Commit

Permalink
[e] (0) fix misuse of RFC2119
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5752 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 8, 2011
1 parent 8fb755c commit d914cf6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -221,7 +221,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; 7 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 8 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -20350,7 +20350,7 @@ <h4 id=the-bdi-element><span class=secno>4.6.22 </span>The <dfn><code>bdi</code>

<p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href=#refsCSS>[CSS]</a></p>

Expand Down Expand Up @@ -20419,7 +20419,7 @@ <h4 id=the-bdo-element><span class=secno>4.6.23 </span>The <dfn><code>bdo</code>

<p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href=#refsCSS>[CSS]</a></p>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -225,7 +225,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Living Standard &mdash; 7 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 8 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -20329,7 +20329,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>

<p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href=#refsCSS>[CSS]</a></p>

Expand Down Expand Up @@ -20398,7 +20398,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>

<p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href=#refsCSS>[CSS]</a></p>

Expand Down
6 changes: 3 additions & 3 deletions source
@@ -1,4 +1,4 @@
<!-- EDITOR NOTES
a<!-- EDITOR NOTES
!
! Adding a new element involves editing the following sections:
! - description of the element's categories
Expand Down Expand Up @@ -21723,7 +21723,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>

<p>The requirements on handling the <code>bdi</code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href="#refsCSS">[CSS]</a></p>

Expand Down Expand Up @@ -21796,7 +21796,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>

<p>The requirements on handling the <code>bdo</code> element for the
bidirectional algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement
style layer. For example, an HTML+CSS user agent could implement
these requirements by implementing the CSS 'unicode-bidi' property.
<a href="#refsCSS">[CSS]</a></p>

Expand Down

0 comments on commit d914cf6

Please sign in to comment.