Skip to content

Commit bde0462

Browse files
author
Daniel Glazman
committed
reverting one of previous changes on zcorpan's request
1 parent b50762e commit bde0462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ The <dfn method for=CSS>escape(<var>ident</var>)</dfn> method must return the re
26412641
</div>
26422642

26432643
<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
2644+
The {{CSS/escape()}} method can also be used for escaping strings, although it escapes characters that don't strictly need to be
26452645
escaped:
26462646
<pre>var element = document.querySelector('a[href="#' + CSS.escape(fragment) + '"]');</pre>
26472647
</div>

0 commit comments

Comments
 (0)