Skip to content

Commit f98d5be

Browse files
committed
Add prose definition for escapes (already in grammar, but no mention in prose!)
1 parent cc4b4d7 commit f98d5be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

selectors3/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,10 @@ <h2><a name=selector-syntax>4. Selector syntax</a></h2>
682682
no pseudo-element, is an <a href="#Conformance">invalid
683683
selector</a>.</p>
684684

685+
<p>Characters in Selectors can be escaped with a backslash according
686+
to the same <a href="http://www.w3.org/TR/CSS21/syndata.html#characters">escaping
687+
rules</a> as CSS. <a href="#refsCSS21">[CSS21]</a>.</p>
688+
685689
<p id="nsdecl">Certain selectors support namespace prefixes. The
686690
mechanism by which namespace prefixes are <dfn>declared</dfn> should
687691
be specified by the language that uses Selectors. If the language does

0 commit comments

Comments
 (0)