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 b50762e commit bde0462Copy full SHA for bde0462
cssom/Overview.bs
@@ -2641,7 +2641,7 @@ The <dfn method for=CSS>escape(<var>ident</var>)</dfn> method must return the re
2641
</div>
2642
2643
<div class=example>
2644
- The {{CSS/escape()}} method can also be used for serializing URL fragments, although it escapes characters that don't strictly need to be
+ The {{CSS/escape()}} method can also be used for escaping strings, although it escapes characters that don't strictly need to be
2645
escaped:
2646
<pre>var element = document.querySelector('a[href="#' + CSS.escape(fragment) + '"]');</pre>
2647
0 commit comments