Skip to content

Commit 8f92647

Browse files
committed
[css-inline] fix linking errors
1 parent 6e8b7ae commit 8f92647

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-inline/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Editor: Dave Cramer, Hachette Livre, dauwhe@gmail.com
2222
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
2323
Editor: Steve Zilles, Adobe, szilles@adobe.com
2424
Abstract: The CSS formatting model provides for a flow of elements and text inside of a container to be wrapped into lines. The formatting of elements and text within a line, its positioning in the inline progression direction, and the breaking of lines are described in [[CSS3TEXT]]. This module describes the positioning in the block progression direction both of elements and text within lines and of the lines themselves. This positioning is often relative to a baseline. It also describes special features for formatting of first lines and drop caps. It extends on the model in [[CSS2]].
25-
Ignored Terms: guru, ji, line-height-shift-adjustment, text-script, after, before
25+
Ignored Terms: line-height-shift-adjustment, text-script, after, before, alignment subtree
2626
Link Defaults: css-fonts-3 (property) font-family, css-color-3 (property) color
2727
At Risk: the 'initial-letter-wrap' property
2828
</pre>
@@ -75,7 +75,7 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
7575
when 'text-orientation' is ''sideways'', ''sideways-right'', or ''sideways-left''.
7676
equivalent to ''dominant-baseline/central'' in <a>vertical writing modes</a>
7777
when 'text-orientation' is ''mixed'' or ''upright''.
78-
78+
7979
In SVG text, the origin point of glyphs is always handled as for ''dominant-baseline/central''
8080
in <a>vertical writing modes</a>.
8181

@@ -118,9 +118,9 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
118118
Issue: Should be text-over and text-under instead of text-top and text-bottom,
119119
but maybe it's better not to use those terms for consistency with legacy 'vertical-align'.
120120

121-
Issue: Add ''first'' and ''last'' values.
121+
Issue: Add <css>first</css> and <css>last</css> values.
122122
Note, in this property, these are combinatorial,
123-
whereas in the 'align/justify-self/content' properties, it's singular.
123+
whereas in the <css>align/justify-self/content</css> properties, it's singular.
124124
Do we want to align the syntaxes wrt hyphens vs. spaces or what?
125125

126126
<h3 id="transverse-alignment">

0 commit comments

Comments
 (0)