File tree 1 file changed +2
-5
lines changed
css-properties-values-api
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -637,11 +637,8 @@ as arguments of the same names.
637
637
<a>throw</a> a {{SyntaxError}}
638
638
and exit this algorithm.
639
639
640
- Otherwise,
641
- let |parsed name| be the parsed value.
642
-
643
640
If |property set|
644
- already contains an entry with |parsed name| as its property name
641
+ already contains an entry with |name| as its property name
645
642
(compared codepoint-wise),
646
643
<a>throw</a> an {{InvalidModificationError}}
647
644
and exit this algorithm.
@@ -686,7 +683,7 @@ as arguments of the same names.
686
683
5. Set |inherit flag| to the value of |inherits|.
687
684
688
685
6. Let |registered property| be a [=struct=]
689
- with a property name of |parsed name|,
686
+ with a property name of |name|,
690
687
a syntax of |syntax definition|,
691
688
an initial value of |parsed initial value|,
692
689
and an inherit flag of |inherit flag|.
You can’t perform that action at this time.
0 commit comments