Skip to content

Commit 4b99537

Browse files
committed
[selectors-4][editorial] Fix linking
1 parent 94fdd8a commit 4b99537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Former Editor: John Williams
2424
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.
2525
Abstract: Selectors Level 4 describes the selectors that already exist in [[!SELECT]], and further introduces new selectors for CSS and other languages that may need them.
2626
At Risk: the column combinator
27-
At Risk: [=user action pseudo-classes=] applying to non-[=tree-abiding=] [=pseudo-elements=]
27+
At Risk: [=user action pseudo-classes=] applying to non-[=tree-abiding pseudo-elements=]
2828
At Risk: the '':blank'' pseudo-class
2929
Ignored Terms: function token, Document, DocumentFragment, math, h1, shadow tree, querySelector(), quirks mode, button, a, span, object, p, div, q, area, link, label, input, html, em, li, ol, pre, CSS Value Definition Syntax
3030
Ignored Vars: identifier, i

0 commit comments

Comments
 (0)