We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4b4d7 commit f98d5beCopy full SHA for f98d5be
selectors3/Overview.html
@@ -682,6 +682,10 @@ <h2><a name=selector-syntax>4. Selector syntax</a></h2>
682
no pseudo-element, is an <a href="#Conformance">invalid
683
selector</a>.</p>
684
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
+
689
<p id="nsdecl">Certain selectors support namespace prefixes. The
690
mechanism by which namespace prefixes are <dfn>declared</dfn> should
691
be specified by the language that uses Selectors. If the language does
0 commit comments