Skip to content

Commit 5b5afec

Browse files
committed
[css-properties-values-api] Fix some linking errors.
1 parent 077f8c8 commit 5b5afec

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

css-properties-values-api/Overview.bs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ spec:css-syntax-3; type:dfn;
3232
text:starts with an identifier
3333
text:consume a name
3434
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
3841
spec:cssom-1; type:interface; text:CSS
3942
spec:dom; type:interface; text:Document
4043
spec: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

0 commit comments

Comments
 (0)