@@ -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