File tree 1 file changed +11
-4
lines changed
css-properties-values-api
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,12 @@ spec:css-syntax-3; type:dfn;
32
32
text:starts with an identifier
33
33
text:consume a name
34
34
spec:css-transforms-1; type:type; text:<transform-function>
35
- spec:css-values-4; type:value;
36
- text:ex
37
- text:cap
35
+ spec:css-values-4;
36
+ type:value;
37
+ text:ex
38
+ text:cap
39
+ type:dfn
40
+ text:identifier
38
41
spec:cssom-1; type:interface; text:CSS
39
42
spec:dom; type:interface; text:Document
40
43
spec:infra; type:dfn;
@@ -702,7 +705,11 @@ Conditional Rules {#conditional-rules}
702
705
and paying no attention to registered properties' syntaxes.
703
706
704
707
{{CSS/supports(property, value)}} ,
708
+ <<<<<<< HEAD
705
709
as specified in [[css3-conditional]] ,
710
+ =======
711
+ as specified in [[css-conditional-1]] ,
712
+ >>>>>>> [css-properties-values-api] Fix some linking errors.
706
713
<em> does</em> pay attention to the syntax of registered custom properties.
707
714
708
715
The general principle in use
@@ -798,7 +805,7 @@ string.
798
805
799
806
Because the computed value of '--x' (when serialized) is "80px", the computed
800
807
value of '--y' is: <<whitespace-token>> followed by
801
- <<dimension-token>> with a value of '80' and unit 'px' .
808
+ <<dimension-token>> with a value of "80" and unit "px" .
802
809
803
810
</div>
804
811
You can’t perform that action at this time.
0 commit comments