Skip to content

Commit 354b6fb

Browse files
committed
[css-writing-modes] Export 'orthogonal'. Fix Warnings.
--HG-- extra : rebase_source : 1b057c2f21d61f27a695b56bf2bce6cb3318b85d
1 parent 05210d6 commit 354b6fb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

css-writing-modes/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ At Risk: The ''use-glyph-orientation'' of 'text-orientation'
2727
At Risk: The ''digits'' value of 'text-combine-horizontal'.
2828
At Risk: The look-ahead/look-behind sequencing rules for 'text-combine-horizontal'.
2929
Ignored Terms: glyph orientation, *-left, *-right, *-top, *-bottom, block containers, text-combine-mode
30-
Link Defaults: css21 (property) display/min-height/max-height/min-width/max-width/clip, css-text-3 (property) letter-spacing, css-text-decor-3 (property) text-decoration
30+
Link Defaults: css21 (property) display/min-height/max-height/min-width/max-width/clip, css-text-3 (property) letter-spacing, css-text-decor-3 (property) text-decoration, svg2 (property) glyph-orientation-vertical/glyph-orientation-horizontal
3131
</pre>
3232

3333
<style>
@@ -363,7 +363,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
363363
content or specified directionality of the box.
364364
However, <i>forced paragraph breaks</i> within the box still create
365365
a corresponding break in the containing paragraph.
366-
366+
367367
<p>Following clause <a href="http://www.unicode.org/reports/tr9/#HL3">HL3</a> [[!UAX9]],
368368
this corresponds to inserting
369369
an LRI (U+2066), for ''direction: ltr'',
@@ -1831,7 +1831,7 @@ Orthogonal Flows</h3>
18311831

18321832
<p>
18331833
When a box has a writing mode that is perpendicular to its containing block
1834-
it is said to be in, or establish, an <dfn export title="establish an orthogonal flow | orthogonal flow">orthogonal flow</dfn>.
1834+
it is said to be in, or establish, an <dfn export title="establish an orthogonal flow | orthogonal flow | orthogonal">orthogonal flow</dfn>.
18351835

18361836
<p>
18371837
To handle this case, CSS layout calculations are divided into
@@ -2478,7 +2478,7 @@ Full-width Characters</h5>
24782478

24792479
<p class="note">
24802480
Properties that affect glyph selection,
2481-
such as the 'font-variant' and 'font-feature-settings' properties defined in [CSS3-FONTS],
2481+
such as the <a property>font-variant</a> and <a property>font-feature-settings</a> properties defined in [CSS3-FONTS],
24822482
can potentially affect the selection of variants for characters included in combined text runs.
24832483
Authors are advised to use these properties with care when 'text-combine-horizontal' is also used.
24842484

css-writing-modes/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ <h3 class="heading settled heading" data-level=2.2 id=unicode-bidi><span class=s
485485
content or specified directionality of the box.
486486
However, <a data-link-type=dfn href=#forced-paragraph-break title="forced paragraph breaks">forced paragraph breaks</a> within the box still create
487487
a corresponding break in the containing paragraph.
488-
488+
489489
<p>Following clause <a href=http://www.unicode.org/reports/tr9/#HL3>HL3</a> <a data-biblio-type=normative data-link-type=biblio href=#uax9 title=uax9>[UAX9]</a>,
490490
this corresponds to inserting
491491
an LRI (U+2066), for <a class=css data-link-type=propdesc href=#propdef-direction title=direction>direction: ltr</a>,
@@ -1238,13 +1238,13 @@ <h3 class="heading settled heading" data-level=5.1 id=text-orientation><span cla
12381238
writing mode. It can be useful when setting horizontal script text
12391239
vertically in a primarily horizontal-only document.
12401240
<dt><dfn class=css-code data-dfn-for=text-orientation data-dfn-type=value data-export="" id=valuedef-use-glyph-orientation>use-glyph-orientation<a class=self-link href=#valuedef-use-glyph-orientation></a></dfn></dt>
1241-
<dd><p><a data-biblio-type=normative data-link-type=biblio href=#svg11 title=svg11>[SVG11]</a> defines <a class=property data-link-type=propdesc href=http://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty title=glyph-orientation-vertical>glyph-orientation-vertical</a> and
1242-
<a class=property data-link-type=propdesc href=http://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty title=glyph-orientation-horizontal>glyph-orientation-horizontal</a> properties that were intended to control
1241+
<dd><p><a data-biblio-type=normative data-link-type=biblio href=#svg11 title=svg11>[SVG11]</a> defines <a class=property data-link-type=propdesc href=https://svgwg.org/svg2-draft/text.html#GlyphOrientationVerticalProperty title=glyph-orientation-vertical>glyph-orientation-vertical</a> and
1242+
<a class=property data-link-type=propdesc href=https://svgwg.org/svg2-draft/text.html#GlyphOrientationHorizontalProperty title=glyph-orientation-horizontal>glyph-orientation-horizontal</a> properties that were intended to control
12431243
text orientation. These properties are <em>deprecated</em> and do not
12441244
apply to non-SVG elements. If an implementation supports these properties,
12451245
the <a class=css data-link-type=maybe href=#valuedef-use-glyph-orientation title=use-glyph-orientation>use-glyph-orientation</a> value when set on SVG elements indicates
12461246
that the SVG
1247-
<a class=property data-link-type=propdesc href=http://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty title=glyph-orientation-vertical>glyph-orientation-vertical</a> and <a class=property data-link-type=propdesc href=http://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty title=glyph-orientation-horizontal>glyph-orientation-horizontal</a>
1247+
<a class=property data-link-type=propdesc href=https://svgwg.org/svg2-draft/text.html#GlyphOrientationVerticalProperty title=glyph-orientation-vertical>glyph-orientation-vertical</a> and <a class=property data-link-type=propdesc href=https://svgwg.org/svg2-draft/text.html#GlyphOrientationHorizontalProperty title=glyph-orientation-horizontal>glyph-orientation-horizontal</a>
12481248
behavior control the layout of text. Such UAs must set
12491249
<a class=css data-link-type=propdesc href=#propdef-text-orientation title=text-orientation>text-orientation: use-glyph-orientation</a> on all
12501250
<a href=http://www.w3.org/TR/SVG/intro.html#TermTextContentElement>SVG
@@ -1846,7 +1846,7 @@ <h3 class="heading settled heading" data-level=7.3 id=orthogonal-flows><span cla
18461846

18471847
<p>
18481848
When a box has a writing mode that is perpendicular to its containing block
1849-
it is said to be in, or establish, an <dfn data-dfn-type=dfn data-export="" id=establish-an-orthogonal-flow- title="establish an orthogonal flow | orthogonal flow">orthogonal flow<a class=self-link href=#establish-an-orthogonal-flow-></a></dfn>.
1849+
it is said to be in, or establish, an <dfn data-dfn-type=dfn data-export="" id=establish-an-orthogonal-flow- title="establish an orthogonal flow | orthogonal flow | orthogonal">orthogonal flow<a class=self-link href=#establish-an-orthogonal-flow-></a></dfn>.
18501850

18511851
<p>
18521852
To handle this case, CSS layout calculations are divided into
@@ -2391,7 +2391,7 @@ <h5 class="heading settled heading" data-level=9.1.3.1 id=text-combine-fullwidth
23912391

23922392
<p class=note>
23932393
Properties that affect glyph selection,
2394-
such as the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#descdef-font-variant title=font-variant>font-variant</a> and <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#descdef-font-feature-settings title=font-feature-settings>font-feature-settings</a> properties defined in [CSS3-FONTS],
2394+
such as the <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-variant title=font-variant>font-variant</a> and <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-feature-settings title=font-feature-settings>font-feature-settings</a> properties defined in [CSS3-FONTS],
23952395
can potentially affect the selection of variants for characters included in combined text runs.
23962396
Authors are advised to use these properties with care when <a class=property data-link-type=propdesc href=#propdef-text-combine-horizontal title=text-combine-horizontal>text-combine-horizontal</a> is also used.
23972397

@@ -2751,6 +2751,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
27512751
<li>mixed, <a href=#valuedef-mixed title="section 5.1">5.1</a>
27522752
<li>none, <a href=#valuedef-none title="section 9.1">9.1</a>
27532753
<li>normal, <a href=#valuedef-normal title="section 2.2">2.2</a>
2754+
<li>orthogonal, <a href=#establish-an-orthogonal-flow- title="section 7.3">7.3</a>
27542755
<li>orthogonal flow, <a href=#establish-an-orthogonal-flow- title="section 7.3">7.3</a>
27552756
<li>over, <a href=#over title="section 6.3">6.3</a>
27562757
<li>physical, <a href=#physical title="section 6">6</a>

0 commit comments

Comments
 (0)