8000 [cssom-1] Fix links to `<alpha-value>` and (pre-defined) keywords (#9… · w3c/csswg-drafts@e21ccea · GitHub
[go: up one dir, main page]

Skip to content

Commit e21ccea

Browse files
authored
[cssom-1] Fix links to <alpha-value> and (pre-defined) keywords (#9420)
1 parent c52deae commit e21ccea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cssom-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ spec:css-fonts-4; type:descriptor; text:font-feature-settings
134134
spec:css-fonts-4; type:descriptor; text:font-stretch
135135
spec:css-fonts-4; type:descriptor; text:font-weight
136136
spec:css-fonts-4; type:descriptor; text:font-style
137+
spec:css-values-4; type:dfn; text:keyword
137138
</pre>
138139

139140
<style>
@@ -2794,7 +2795,7 @@ To
27942795
depends on the component, as follows:
27952796

27962797
<dl class="switch">
2797-
<dt>keyword
2798+
<dt>[=keyword=]
27982799
<dd>The keyword
27992800
<a lt="ASCII lowercase">converted to ASCII lowercase</a>.
28002801

@@ -2820,7 +2821,7 @@ depends on the component, as follows:
28202821

28212822
Issue: Should author specified values be normalized for case, the same as computed values? Or should original case be preserved?
28222823

2823-
<dt><<alphavalue>>
2824+
<dt><<alpha-value>>
28242825
<dd>
28252826
If the value is internally represented as an integer between 0 and 255 inclusive (i.e. 8-bit unsigned integer),
28262827
follow these steps:

0 commit comments

Comments
 (0)
0