Skip to content

Commit ddc9396

Browse files
committed
[css-writing-modes] fix markup error...
1 parent 691178d commit ddc9396

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,8 +3375,9 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span>
33753375
href="#character"><i>character</i></a>, then any full-width <a
33763376
href="#character"><i>characters</i></a> must first be converted to their
33773377
non-full-width equivalents by reversing the algorithm defined for ‘<code
3378-
class=css>text-transform: full-width</code>’ in [[!CSS3-TEXT]]. Also, a
3379-
<code class=property>font-variant</code>’ value of ‘<code
3378+
class=css>text-transform: full-width</code>’ in <a href="#CSS3TEXT"
3379+
rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>. Also, a ‘<code
3380+
class=property>font-variant</code>’ value of ‘<code
33803381
class=css>full-width</code>’ must be ignored in such cases: whether
33813382
applied via ‘<code class=css>@font-face</code>’ descriptor or property
33823383
declaration, within the combined text this value does not not cause the UA
@@ -3440,13 +3441,13 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span>
34403441
not necessarily mean that the glyphs will fit within 1em, as some glyphs
34413442
are designed to draw outside their geometric boundaries.) OpenType
34423443
implementations <em>must</em> use width-specific variants
3443-
(<code>hwid<code>/<code>twid</code>/<code>qwid</code>) to compress text in
3444-
cases where those variants are available for all <a
3444+
(<code>hwid</code>/<code>twid</code>/<code>qwid</code>) to compress text
3445+
in cases where those variants are available for all <a
34453446
href="#character"><i>characters</i></a> in the composition. Otherwise, the
34463447
UA may use any means to compress the text, including substituting
34473448
half-width, third-width, and/or quarter-width glyphs provided by the font,
34483449
using other font features designed to compress text horizontally, scaling
3449-
the text geometrically, or any combination thereof. </code></code>
3450+
the text geometrically, or any combination thereof.
34503451

34513452
<div class=example>
34523453
<p>For example, a simple OpenType-based implementation might compress the
@@ -4112,6 +4113,16 @@ <h3 class=no-num id=normative-references> Normative references</h3>
41124113
</dd>
41134114
<!---->
41144115

4116+
<dt id=CSS3TEXT>[CSS3TEXT]
4117+
4118+
<dd>Elika J. Etemad; Koji Ishii. <a
4119+
href="http://www.w3.org/TR/2012/WD-css3-text-20121113/"><cite>CSS Text
4120+
Module Level 3.</cite></a> 13 November 2012. W3C Working Draft. (Work in
4121+
progress.) URL: <a
4122+
href="http://www.w3.org/TR/2012/WD-css3-text-20121113/">http://www.w3.org/TR/2012/WD-css3-text-20121113/</a>
4123+
</dd>
4124+
<!---->
4125+
41154126
<dt id=RFC2119>[RFC2119]
41164127

41174128
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
@@ -4248,16 +4259,6 @@ <h3 class=no-num id=other-references> Other references</h3>
42484259
</dd>
42494260
<!---->
42504261

4251-
<dt id=CSS3TEXT>[CSS3TEXT]
4252-
4253-
<dd>Elika J. Etemad; Koji Ishii. <a
4254-
href="http://www.w3.org/TR/2012/WD-css3-text-20121113/"><cite>CSS Text
4255-
Module Level 3.</cite></a> 13 November 2012. W3C Working Draft. (Work in
4256-
progress.) URL: <a
4257-
href="http://www.w3.org/TR/2012/WD-css3-text-20121113/">http://www.w3.org/TR/2012/WD-css3-text-20121113/</a>
4258-
</dd>
4259-
<!---->
4260-
42614262
<dt id=HTML401>[HTML401]
42624263

42634264
<dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a

css-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@ <h3 id="text-combine-horizontal">
25152515
<p>In order to preserve typographic color when compressing the text to 1em,
25162516
when the combined text consists of more than one <i>character</i>,
25172517
then any full-width <i>characters</i> must first be converted to their non-full-width equivalents
2518-
by reversing the algorithm defined for ''text-transform: full-width'' in [[!CSS3-TEXT]].
2518+
by reversing the algorithm defined for ''text-transform: full-width'' in [[!CSS3TEXT]].
25192519
Also, a 'font-variant' value of ''full-width'' must be ignored in such cases:
25202520
whether applied via ''@font-face'' descriptor or property declaration,
25212521
within the combined text this value does not not cause the UA to enable that font feature. [[!CSS3-FONTS]]
@@ -2564,7 +2564,7 @@ <h3 id="text-combine-horizontal">
25642564
(This does not necessarily mean that the glyphs will fit within 1em,
25652565
as some glyphs are designed to draw outside their geometric boundaries.)
25662566
OpenType implementations <em>must</em> use width-specific variants
2567-
(<code>hwid<code>/<code>twid</code>/<code>qwid</code>)
2567+
(<code>hwid</code>/<code>twid</code>/<code>qwid</code>)
25682568
to compress text
25692569
in cases where those variants are available for all <i>characters</i> in the composition.
25702570
Otherwise, the UA may use any means to compress the text,

0 commit comments

Comments
 (0)