Skip to content

Commit a2083a4

Browse files
committed
[selectors] fix typo
1 parent f34e4d7 commit a2083a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

selectors/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Structure and Terminology</h3>
513513

514514
A <dfn id="compound" export>compound selector</dfn>
515515
is a sequence of <a>simple selectors</a>
516-
that are not separated by a <a>combinator</a>.and one or mo
516+
that are not separated by a <a>combinator</a>.
517517
If it contains a <a>type selector</a> or <a>universal selector</a>,
518518
that selector comes first in the sequence.
519519
Only one type selector or universal selector is allowed in the sequence.
@@ -2152,7 +2152,7 @@ The pointer hover pseudo-class '':hover''</h3>
21522152
are still conforming.
21532153

21542154
The parent of an element that is '':hover'' is also in that state.
2155-
2155+
21562156
Note: When an element that is '':hover'' is in a <a>shadow tree</a>,
21572157
the <a>host element</a> (and its parents) are also in the '':hover'' state. (See [[css-scoping-1]])
21582158

selectors/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</p>
6161
<h1 class="p-name no-ref" id=title>Selectors Level 4</h1>
6262
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
63-
<span class=dt-updated><span class=value-title title=20141112>12 November 2014</span></span></span></h2>
63+
<span class=dt-updated><span class=value-title title=20141113>13 November 2014</span></span></span></h2>
6464
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/selectors>http://dev.w3.org/csswg/selectors</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/selectors/>http://www.w3.org/TR/selectors/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-selectors4-20130502/ rel=previous>http://www.w3.org/TR/2013/WD-selectors4-20130502/</a><dd><a href=http://www.w3.org/TR/2012/WD-selectors4-20120823/ rel=previous>http://www.w3.org/TR/2012/WD-selectors4-20120823/</a><dd><a href=http://www.w3.org/TR/2011/WD-selectors4-20110929/ rel=previous>http://www.w3.org/TR/2011/WD-selectors4-20110929/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=%5Bselectors%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[selectors] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt class=editor>Editors:<dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://fantasai.inkedblade.net/contact>Elika J. Etemad</a> (<span class="p-org org">Invited Expert</span>)</div><dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact/>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</div><dt>Former Editors:<dd><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://www.tantek.com>Tantek Çelik</a></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Daniel Glazman</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Ian Hickson</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Peter Linss</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">John Williams</span></div></dl></div>
6565
<div data-fill-with=warning></div>
6666
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -768,7 +768,7 @@ <h3 class="heading settled" data-level=3.1 id=structure><span class=secno>3.1. <
768768

769769
<p>A <dfn data-dfn-type=dfn data-export="" id=compound>compound selector<a class=self-link href=#compound></a></dfn>
770770
is a sequence of <a data-link-type=dfn href=#simple title="simple selectors">simple selectors</a>
771-
that are not separated by a <a data-link-type=dfn href=#combinator title=combinator>combinator</a>.and one or mo
771+
that are not separated by a <a data-link-type=dfn href=#combinator title=combinator>combinator</a>.
772772
If it contains a <a data-link-type=dfn href=#type-selector title="type selector">type selector</a> or <a data-link-type=dfn href=#universal-selector title="universal selector">universal selector</a>,
773773
that selector comes first in the sequence.
774774
Only one type selector or universal selector is allowed in the sequence.</p>

0 commit comments

Comments
 (0)