Skip to content

Commit 284a633

Browse files
committed
[selectors-5][editorial] Added initial WPTs
1 parent 26e41ee commit 284a633

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

selectors-5/Overview.bs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contac
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1212
Abstract: <a>Selectors</a> are patterns that match against elements in a tree, and as such form one of several technologies that can be used to select nodes in a document. Selectors have been optimized for use with HTML and XML, and are designed to be usable in performance-critical code. They are a core component of <abbr title="Cascading Style Sheets">CSS</abbr> (Cascading Style Sheets), which uses Selectors to bind style properties to elements in the document.
1313
Abstract: Selectors Level 5 describes the selectors that already exist in [[!selectors-4]], and further introduces new selectors for CSS and other languages that may need them.
14+
WPT Path Prefix: css/selectors/
15+
WPT Display: closed
1416
</pre>
1517

1618
<pre class="link-defaults">
@@ -141,6 +143,10 @@ Exposing custom state: the '':state()'' pseudo-class</h2>
141143
whose [=states set=] contains a string
142144
that [=string/is=] the selector's argument's value.
143145

146+
<wpt>
147+
parsing/parse-state.html
148+
</wpt>
149+
144150
<!-- Using <<ident>>, rather than <<custom-ident>>,
145151
to avoid excluding the CSS-wide keywords. -->
146152

@@ -201,6 +207,11 @@ Heading Structures: the heading pseudo-classes '':heading'', and '':heading()''<
201207
<a>type selector</a>. Thus, a selector ''h1:heading(3)'' matches any
202208
''h1'' tag which has an exposed heading level of 3.
203209

210+
<wpt>
211+
heading.html
212+
parsing/parse-heading.html
213+
</wpt>
214+
204215
<h2 id="combinators">
205216
Combinators</h2>
206217

0 commit comments

Comments
 (0)