Skip to content

Commit

Permalink
[giow] (3) Matching reality: add a rule for <ul type=none> since Fire…
Browse files Browse the repository at this point in the history
…fox and Chrome both do it. (Also, minor editorial tweaks.)

Affected topics: DOM APIs, HTML, Rendering

git-svn-id: http://svn.whatwg.org/webapps@8598 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2014
1 parent a7b17d0 commit c3861d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -1460,7 +1460,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#references class=no-num>References</a></li>
<li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
<!--end-toc-->
<hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
<hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>


<h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>
Expand Down Expand Up @@ -76109,6 +76109,8 @@ <h4 id=the-external-interface><span class=secno>7.6.2 </span>The <code><a href=#
unsigned long <a href=#dom-external-issearchproviderinstalled title=dom-external-IsSearchProviderInstalled>IsSearchProviderInstalled</a>(DOMString engineURL);
};</pre>

<p class=note>For historical reasons, members on this interface are capitalized.</p>

<dl class=domintro><dt><var title="">window</var> . <code title=dom-external><a href=#dom-external>external</a></code> . <code title=dom-external-AddSearchProvider><a href=#dom-external-addsearchprovider>AddSearchProvider</a></code>( <var title="">url</var> )</dt>
<dd>

Expand Down Expand Up @@ -96656,6 +96658,7 @@ <h4 id=lists><span class=secno>14.3.8 </span>Lists</h4>
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -1460,7 +1460,7 @@
<li><a href=#references class=no-num>References</a></li>
<li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
<!--end-toc-->
<hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
<hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>


<h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>
Expand Down Expand Up @@ -76109,6 +76109,8 @@ interface <dfn id=mimetype>MimeType</dfn> {
unsigned long <a href=#dom-external-issearchproviderinstalled title=dom-external-IsSearchProviderInstalled>IsSearchProviderInstalled</a>(DOMString engineURL);
};</pre>

<p class=note>For historical reasons, members on this interface are capitalized.</p>

<dl class=domintro><dt><var title="">window</var> . <code title=dom-external><a href=#dom-external>external</a></code> . <code title=dom-external-AddSearchProvider><a href=#dom-external-addsearchprovider>AddSearchProvider</a></code>( <var title="">url</var> )</dt>
<dd>

Expand Down Expand Up @@ -96656,6 +96658,7 @@ ol[type=a], li[type=a] { list-style-type: lower-alpha; }
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -16,6 +16,7 @@

<!--CLEANUP: bring the headers and stuff into this file instead of being external-->
<!--CLEANUP: change the header > div > div > a > span to a p -->
<!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) -->

<h2 id="introduction">Introduction</h2>

Expand Down Expand Up @@ -85164,6 +85165,8 @@ interface <dfn>MimeType</dfn> {
unsigned long <span data-x="dom-external-IsSearchProviderInstalled">IsSearchProviderInstalled</span>(DOMString engineURL);
};</pre>

<p class="note">For historical reasons, members on this interface are capitalized.</p>

<dl class="domintro">

<dt><var data-x="">window</var> . <code data-x="dom-external">external</code> . <code data-x="dom-external-AddSearchProvider">AddSearchProvider</code>( <var data-x="">url</var> )</dt>
Expand Down Expand Up @@ -107700,6 +107703,7 @@ ol[type=a], li[type=a] { list-style-type: lower-alpha; }
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
Expand Down

0 comments on commit c3861d8

Please sign in to comment.