File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
css-properties-values-api Expand file tree Collapse file tree 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;
3232 text:starts with an identifier
3333 text:consume a name
3434spec: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
3841spec:cssom-1; type:interface; text:CSS
3942spec:dom; type:interface; text:Document
4043spec:infra; type:dfn;
@@ -702,7 +705,11 @@ Conditional Rules {#conditional-rules}
702705 and paying no attention to registered properties' syntaxes.
703706
704707 {{CSS/supports(property, value)}} ,
708+ <<<<<<< HEAD
705709 as specified in [[css3-conditional]] ,
710+ =======
711+ as specified in [[css-conditional-1]] ,
712+ >>>>>>> [css-properties-values-api] Fix some linking errors.
706713 <em> does</em> pay attention to the syntax of registered custom properties.
707714
708715 The general principle in use
@@ -798,7 +805,7 @@ string.
798805
799806 Because the computed value of '--x' (when serialized) is "80px", the computed
800807 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" .
802809
803810</div>
804811
You can’t perform that action at this time.
0 commit comments