Skip to content

Commit 9a63e61

Browse files
committed
Whoops, use 'custom property name string' uniformly.
1 parent 7de30b1 commit 9a63e61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ probably in an appendix.
332332
when called on a {{StylePropertyMap}} |this|,
333333
must perform the following steps:
334334

335-
1. If |property| does not start with two dashes (U+002D HYPHEN),
335+
1. If |property| is not a [=custom property name string=],
336336
let |property| be |property| [=ASCII lowercased=].
337337

338338
2. If |property| is not a [=supported property name=],
@@ -351,7 +351,7 @@ probably in an appendix.
351351
when called on a {{StylePropertyMap}} |this|,
352352
must perform the following steps:
353353

354-
1. If |property| does not start with two dashes (U+002D HYPHEN),
354+
1. If |property| is not a [=custom property name string=],
355355
let |property| be |property| [=ASCII lowercased=].
356356

357357
2. If |property| is not a [=supported property name=],
@@ -369,7 +369,7 @@ probably in an appendix.
369369
when called on a {{StylePropertyMap}} |this|,
370370
must perform the following steps:
371371

372-
1. If |property| does not start with two dashes (U+002D HYPHEN),
372+
1. If |property| is not a [=custom property name string=],
373373
let |property| be |property| [=ASCII lowercased=].
374374

375375
2. If |property| is not a [=supported property name=],

0 commit comments

Comments
 (0)