Skip to content

Commit 2519bf1

Browse files
author
Jirka Kosek
committed
Fixed typo
1 parent 5ac6ebe commit 2519bf1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

selectors-nonelement/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Status: ED
88
ED: http://dev.w3.org/csswg/selectors-nonelement/
99
Editor: Jirka Kosek, Invited Expert, jirka@kosek.cz
1010
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
11-
Abstract: Non-element Selectors extends [[!SELECTORS4]] and allow selecting other kinds of document nodes then elements. This is useful when selectors are used as a general document query language.
11+
Abstract: Non-element Selectors extends [[!SELECTORS4]] and allow selecting other kinds of document nodes than elements. This is useful when selectors are used as a general document query language.
1212
Abstract: Non-element Selectors are not intended to be used in CSS, but only as a separate query language in other host environments.
1313
Link Defaults: css-namespaces (dfn) namespace prefix, selectors (dfn) originating element/pseudo-element
1414
</pre>

selectors-nonelement/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>Non-element Selectors</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140423>23 April 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140424>24 April 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/selectors-nonelement/>http://dev.w3.org/csswg/selectors-nonelement/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/selectors-nonelement/>http://dev.w3.org/csswg/selectors-nonelement/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bselectors-nonelement%5D%20feedback">www-style@w3.org</a>
@@ -68,7 +68,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class
6868
</div>
6969

7070
<h2 class="no-num no-toc no-ref heading settled heading" id=abstract><span class=content>Abstract</span></h2>
71-
<p class=p-summary data-fill-with=abstract>Non-element Selectors extends <a data-biblio-type=normative data-link-type=biblio href=#selectors4 title=selectors4>[SELECTORS4]</a> and allow selecting other kinds of document nodes then elements. This is useful when selectors are used as a general document query language.<p>Non-element Selectors are not intended to be used in CSS, but only as a separate query language in other host environments.
71+
<p class=p-summary data-fill-with=abstract>Non-element Selectors extends <a data-biblio-type=normative data-link-type=biblio href=#selectors4 title=selectors4>[SELECTORS4]</a> and allow selecting other kinds of document nodes than elements. This is useful when selectors are used as a general document query language.<p>Non-element Selectors are not intended to be used in CSS, but only as a separate query language in other host environments.
7272
<a href=http://www.w3.org/TR/CSS/>CSS</a> is a language for describing the rendering of structured documents
7373
(such as HTML and XML)
7474
on screen, on paper, in speech, etc.</p>

0 commit comments

Comments
 (0)