Skip to content

Commit 9053e4c

Browse files
committed
[css-text] Fix markup that Florian broke in changeset 15725...
1 parent c2134a1 commit 9053e4c

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

css-text/Overview.bs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ Introduction</h2>
9191
<p>Font selection is covered in <a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Level 3</a> [[CSS3-FONTS]].
9292

9393
<p>
94-
<span name="decoration"></span>
95-
<span name="text-decoration"></span>
96-
<span name="line-decoration"></span>
97-
<span name="text-decoration-line"></span>
98-
<span name="text-decoration-color"></span>
99-
<span name="text-decoration-style"></span>
100-
<span name="text-decoration-skip"></span>
101-
<span name="text-underline-position"></span>
102-
<span name="emphasis-marks"></span>
103-
<span name="text-emphasis-style"></span>
104-
<span name="text-emphasis-color"></span>
105-
<span name="text-emphasis"></span>
106-
<span name="text-emphasis-position"></span>
107-
<span name="text-shadow"></span>
94+
<span id="decoration"></span>
95+
<span id="text-decoration"></span>
96+
<span id="line-decoration"></span>
97+
<span id="text-decoration-line"></span>
98+
<span id="text-decoration-color"></span>
99+
<span id="text-decoration-style"></span>
100+
<span id="text-decoration-skip"></span>
101+
<span id="text-underline-position"></span>
102+
<span id="emphasis-marks"></span>
103+
<span id="text-emphasis-style"></span>
104+
<span id="text-emphasis-color"></span>
105+
<span id="text-emphasis"></span>
106+
<span id="text-emphasis-position"></span>
107+
<span id="text-shadow"></span>
108108
Features for decorating text,
109109
such as <a href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">underlines</a>,
110110
<a href="http://www.w3.org/TR/css-text-decor-3/#emphasis-marks">emphasis marks</a>,
@@ -488,7 +488,7 @@ Languages and Typesetting</h4>
488488
<dd>Like ''pre'', this value preserves <a>white space</a>;
489489
but like ''white-space/normal'', it allows wrapping.
490490
<dt><dfn>pre-wrap-auto</dfn></dt>
491-
<dd>Like ''pre-wrap'', this value preserves <i>white space</i> and allows wrapping.
491+
<dd>Like ''pre-wrap'', this value preserves <a>white space</a> and allows wrapping.
492492
However, some of the behavior is made UA dependent
493493
(See <a href="#white-space-rules">The White Space Processing Rules</a>
494494
for details).
@@ -619,7 +619,7 @@ Languages and Typesetting</h4>
619619
other than tab (U+0009), line feed (U+000A), and carriage return (U+000D)
620620
must be rendered as a visible glyph
621621
and otherwise treated as any other character
622-
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <i lt="Unicode script">script</a>.
622+
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.
623623
The UA may use a glyph provided by a font specifically for the control character,
624624
substitute the glyphs provided for the corresponding symbol in the Control Pictures block,
625625
generate a visual representation of its codepoint value,
@@ -1281,7 +1281,7 @@ Line Breaking Details</h3>
12811281
and for which it has an appropriate hyphenation resource.
12821282

12831283
<p class="advisement">
1284-
Authors should correctly tag their content’s <i lt="content language">language</a>
1284+
Authors should correctly tag their content’s <a lt="content language">language</a>
12851285
(e.g. using the HTML ''lang'' attribute)
12861286
in order to obtain correct automatic hyphenation.
12871287
UAs may refuse to automatically hyphenate untagged content
@@ -2623,7 +2623,7 @@ Appendix C: Scripts and Spacing</h2>
26232623
<p><em>This appendix is normative.</em></p>
26242624

26252625
<p>Typographic behavior varies somewhat by language, but varies drastically by writing system.
2626-
This appendix categorizes some common <i lt="Unicode script">scripts</a> in Unicode 6.0
2626+
This appendix categorizes some common <a lt="Unicode script">scripts</a> in Unicode 6.0
26272627
according to their justification and spacing behavior.
26282628
Category descriptions are descriptive, not prescriptive;
26292629
the determining factor is the prioritization of <a>justification opportunities</a>.

0 commit comments

Comments
 (0)