Skip to content

Commit 14be9db

Browse files
committed
[css-text] Make some author conformance statements a bit more in-yer-face.
--HG-- extra : rebase_source : 86420d841da8028326d3027ab10fc27ae0e9e071
1 parent 66b314a commit 14be9db

2 files changed

Lines changed: 171 additions & 165 deletions

File tree

css-text/Overview.bs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Languages and Typesetting</h4>
274274
In CSS, language-specific typographic tailorings
275275
are only applied when the content language is known (declared).
276276

277-
<strong>Authors should tag their content accurately for the best typographic behavior.</strong>
277+
<strong class="advisement">Authors should tag their content accurately for the best typographic behavior.</strong>
278278

279279
<h2 id="transforming">
280280
Transforming Text</h2>
@@ -1458,7 +1458,9 @@ Canonical order: N/A
14581458
specifies the inline alignment of all lines of inline content in the block container,
14591459
except for last lines overridden by a non-''text-align-last/auto'' value of 'text-align-last'.
14601460
See 'text-align' for a full description of values.
1461-
Authors should use the 'text-align' shorthand instead.
1461+
1462+
<p class="advisement">
1463+
Authors should use the 'text-align' shorthand instead of this property.
14621464

14631465
<h3 id="text-align-last-property">
14641466
Last Line Alignment: the 'text-align-last' property</h3>
@@ -1653,12 +1655,13 @@ Canonical order: N/A
16531655
</div>
16541656
</dl>
16551657

1656-
<p>The exact justification algorithm is UA-dependent;
1657-
however, CSS provides some general guidelines.
1658-
1659-
<p>Since optimal justification is language-sensitive,
1658+
<p class="advisement">
1659+
Since optimal justification is language-sensitive,
16601660
authors should correctly language-tag their content for the best results.
16611661

1662+
<p>The exact justification algorithm is UA-dependent;
1663+
however, CSS provides some general guidelines below.
1664+
16621665
<h4 id="expanding-text">
16631666
Expanding and Compressing Text</h4>
16641667

0 commit comments

Comments
 (0)