Skip to content

Commit

Permalink
[e] (1) Add references to where these selectors are defined. Update r…
Browse files Browse the repository at this point in the history
…eferences.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13613

git-svn-id: http://svn.whatwg.org/webapps@6508 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 18, 2011
1 parent 93ca6e9 commit 9f3c085
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
8 changes: 3 additions & 5 deletions complete.html
Expand Up @@ -56583,8 +56583,8 @@ <h4 id=selectors><span class=secno>4.14.1 </span>Case-sensitivity</h4>
<h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>

<p>There are a number of dynamic selectors that can be used with
HTML. This section defines when these selectors match HTML
elements.</p>
HTML. This section defines when these selectors match HTML elements.
<a href=#refsSELECTORS>[SELECTORS]</a> <a href=#refsCSSUI>[CSSUI]</a></p>

<dl><dt><dfn id=selector-link title=selector-link><code>:link</code></dfn></dt>
<dt><dfn id=selector-visited title=selector-visited><code>:visited</code></dfn></dt>
Expand Down Expand Up @@ -101641,9 +101641,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<dd><cite><a href=http://tools.ietf.org/html/rfc3264>An Offer/Answer Model with the Session Description Protocol (SDP)</a></cite>, J. Rosenberg, H. Schulzrinne. IETF.</dd>

<dt id=refsSELECTORS>[SELECTORS]</dt>
<dd><cite><a href=http://www.w3.org/TR/css3-selectors>Selectors</a></cite>,
T. &Ccedil;elik, E. Etemad, D. Glazman, I. Hickson, P. Linss,
J. Williams. W3C.</dd>
<dd><cite><a href=http://dev.w3.org/csswg/selectors4/>Selectors</a></cite>, E. Etemad, T. &Ccedil;elik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.</dd>

<dt id=refsSHA1>[SHA1]</dt>
<dd><cite><a href=http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf>Secure Hash Standard</a></cite>. NIST.</dd>
Expand Down
8 changes: 3 additions & 5 deletions index
Expand Up @@ -56450,8 +56450,8 @@ contradict people?
<h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>

<p>There are a number of dynamic selectors that can be used with
HTML. This section defines when these selectors match HTML
elements.</p>
HTML. This section defines when these selectors match HTML elements.
<a href=#refsSELECTORS>[SELECTORS]</a> <a href=#refsCSSUI>[CSSUI]</a></p>

<dl><dt><dfn id=selector-link title=selector-link><code>:link</code></dfn></dt>
<dt><dfn id=selector-visited title=selector-visited><code>:visited</code></dfn></dt>
Expand Down Expand Up @@ -97233,9 +97233,7 @@ if (s = prompt('What is your name?')) {
<dd><cite><a href=http://tools.ietf.org/html/rfc3264>An Offer/Answer Model with the Session Description Protocol (SDP)</a></cite>, J. Rosenberg, H. Schulzrinne. IETF.</dd>

<dt id=refsSELECTORS>[SELECTORS]</dt>
<dd><cite><a href=http://www.w3.org/TR/css3-selectors>Selectors</a></cite>,
T. &Ccedil;elik, E. Etemad, D. Glazman, I. Hickson, P. Linss,
J. Williams. W3C.</dd>
<dd><cite><a href=http://dev.w3.org/csswg/selectors4/>Selectors</a></cite>, E. Etemad, T. &Ccedil;elik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.</dd>

<dt id=refsSHA1>[SHA1]</dt>
<dd><cite><a href=http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf>Secure Hash Standard</a></cite>. NIST.</dd>
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -63722,8 +63722,9 @@ contradict people?
<h4>Pseudo-classes</h4>

<p>There are a number of dynamic selectors that can be used with
HTML. This section defines when these selectors match HTML
elements.</p>
HTML. This section defines when these selectors match HTML elements.
<a href="#refsSELECTORS">[SELECTORS]</a> <a
href="#refsCSSUI">[CSSUI]</a></p>

<dl>

Expand Down Expand Up @@ -115803,10 +115804,7 @@ if (s = prompt('What is your name?')) {
<dd><cite><a href="http://tools.ietf.org/html/rfc3264">An Offer/Answer Model with the Session Description Protocol (SDP)</a></cite>, J. Rosenberg, H. Schulzrinne. IETF.</dd>

<dt id="refsSELECTORS">[SELECTORS]</dt>
<dd><cite><a
href="http://www.w3.org/TR/css3-selectors">Selectors</a></cite>,
T. &Ccedil;elik, E. Etemad, D. Glazman, I. Hickson, P. Linss,
J. Williams. W3C.</dd>
<dd><cite><a href="http://dev.w3.org/csswg/selectors4/">Selectors</a></cite>, E. Etemad, T. &Ccedil;elik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.</dd>

<dt id="refsSHA1">[SHA1]</dt>
<dd><cite><a href="http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf">Secure Hash Standard</a></cite>. NIST.</dd>
Expand Down

0 comments on commit 9f3c085

Please sign in to comment.