Skip to content

Commit 25e9530

Browse files
committed
[cssom] Fix typo 'dash first' -> 'dash prefix'
1 parent 62b8efe commit 25e9530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssom/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ The <dfn>IDL attribute to CSS property</dfn> algorithm for <var>attribute</var>,
22412241
<ol>
22422242
<li>Let <var>output</var> be the empty string.
22432243

2244-
<li>If the <i>dash first</i> flag is set, append "<code>-</code>" (U+002D) to <var>output</var>.
2244+
<li>If the <i>dash prefix</i> flag is set, append "<code>-</code>" (U+002D) to <var>output</var>.
22452245

22462246
<li>For each character <var>c</var> in <var>attribute</var>:
22472247

0 commit comments

Comments
 (0)