Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11000

git-svn-id: http://svn.whatwg.org/webapps@5614 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent da1d912 commit 94b9095
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -17357,9 +17357,10 @@ <h4 id=the-ol-element><span class=secno>4.5.5 </span>The <dfn><code>ol</code></d
decimal system regardless of the <code title=attr-ol-type><a href=#attr-ol-type>type</a></code> attribute.</p>

<p class=note>For CSS user agents, a mapping for this attribute to
the 'list-style-type' CSS property is given in the rendering section
(the mapping is straightforward: the states above have the same
names as their corresponding CSS values).</p>
the 'list-style-type' CSS property is given <a href=#decohints>in
the rendering section</a> (the mapping is straightforward: the
states above have the same names as their corresponding CSS
values).</p>

</div>

Expand Down Expand Up @@ -85519,7 +85520,7 @@ <h4 id=punctuation-and-decorations><span class=secno>14.2.6 </span>Punctuation a
for the locales and languages understood by the user are expected to
be present.</p>

<hr><p>The following rules are also expected to apply, as
<hr><p id=decohints>The following rules are also expected to apply, as
<a href=#presentational-hints>presentational hints</a>:</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
Expand Down
9 changes: 5 additions & 4 deletions index
Expand Up @@ -17334,9 +17334,10 @@ a friend lost to the
decimal system regardless of the <code title=attr-ol-type><a href=#attr-ol-type>type</a></code> attribute.</p>

<p class=note>For CSS user agents, a mapping for this attribute to
the 'list-style-type' CSS property is given in the rendering section
(the mapping is straightforward: the states above have the same
names as their corresponding CSS values).</p>
the 'list-style-type' CSS property is given <a href=#decohints>in
the rendering section</a> (the mapping is straightforward: the
states above have the same names as their corresponding CSS
values).</p>

</div>

Expand Down Expand Up @@ -81433,7 +81434,7 @@ bdo[dir=ltr], bdo[dir=rtl] { unicode-bidi: bidi-override; } /* <a href=#case-ins
for the locales and languages understood by the user are expected to
be present.</p>

<hr><p>The following rules are also expected to apply, as
<hr><p id=decohints>The following rules are also expected to apply, as
<a href=#presentational-hints>presentational hints</a>:</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -18463,9 +18463,10 @@ a friend lost to the
title="attr-ol-type">type</code> attribute.</p>

<p class="note">For CSS user agents, a mapping for this attribute to
the 'list-style-type' CSS property is given in the rendering section
(the mapping is straightforward: the states above have the same
names as their corresponding CSS values).</p>
the 'list-style-type' CSS property is given <a href="#decohints">in
the rendering section</a> (the mapping is straightforward: the
states above have the same names as their corresponding CSS
values).</p>

</div>

Expand Down Expand Up @@ -97624,7 +97625,7 @@ bdo[dir=ltr], bdo[dir=rtl] { unicode-bidi: bidi-override; } /* <a href="#case-in

<hr>

<p>The following rules are also expected to apply, as
<p id="decohints">The following rules are also expected to apply, as
<span>presentational hints</span>:</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
Expand Down

0 comments on commit 94b9095

Please sign in to comment.