You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Define proprietary ''word-break: break-word'' as a deprecated syntax for ''overflow-wrap: anywhere'' since it is required by Web-compat.
6720
-
* Remove stray reference to percentage 'word-spacing' values.
6721
-
* Clarify that ''hyphens: none'' does not suppress wrapping opportunities after U+002D or U+2010.
6722
-
* Miscellaneous other minor clarifications and editorial improvements.
6723
-
6724
-
6725
-
<h3 class="no-num" id="changes-2018-12-06">
6726
-
Changes from the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a></h3>
6727
-
6728
-
Changes between 6 December 2018 and 12 December 2018 consist of
6729
-
some minor cleanup in the line breaking section
6730
-
and deferring <<percentage>> values of 'word-spacing' to Level 4
6731
-
with the expectation that they will be redefined
6732
-
(see discussion in <a href="https://github.com/w3c/csswg-drafts/issues/2165">issue 2165</a>).
6733
-
6734
-
<h3 class="no-num" id="changes-2013">
6735
-
Changes from the <a href="https://www.w3.org/TR/2013/WD-css-text-3-20131010/">October
6736
-
2013 CSS3 Text <abbr title="Last Call Working Draft">LCWD</abbr></a></h3>
6737
-
6738
-
Numerous significant changes were made
6739
-
between the <a href="https://www.w3.org/TR/2013/WD-css-text-3-20131010/">10 October 2013 Last Call Working Draft</a>
6740
-
and the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a>
6741
-
in response to <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">comments</a>,
6742
-
oftentimes overwriting or reverting earlier changes.
6743
-
While the general scope and approach of this specification is unchanged,
6744
-
myriad details did change.
6745
-
6746
-
A handful of the more significant changes are highlighted below:
6641
+
There have been only some very minor editorial changes since
6642
+
the <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/">December 2020 Candidate Recommendation</a>.
6747
6643
6748
-
<ul>
6749
-
<li>Switched 'tab-size' to use <<number>> instead of <<integer>> so that it is animatable,
6750
-
and defined it to also account for 'letter-spacing' and 'word-spacing'.
6751
-
<li>Made 'text-align' a shorthand of 'text-align-last' and the new 'text-align-all' property.
6752
-
<li>Removed dependence of 'text-align-last' on ''text-align: justify'',
6753
-
since the problem it solves is now solved by the shorthanding relationship.
6754
-
<li>Qualified that only lowercase letters are titlecased for ''text-transform: capitalize''; uppercase letters remain unaffected.
6755
-
<li>For ''word-break: break-all'', included non-letters that are treated as letter-like in [[UAX14]]
6756
-
to handle symbols better.
6757
-
<li>Added ''line-break: anywhere'' and ''overflow-wrap: anywhere''.
6758
-
<li>Tweaked handling of Ambiguous characters during <a href="#line-break-transform">segment break transformation</a>.
6759
-
</ul>
6760
-
6761
-
<strong>Most of the changes since 2013 are details not tracked in this list.</strong>
6762
-
If you have last reviewed this specification
6763
-
before publication of the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a>,
6764
-
it's probably advisable to simply read it from scratch.
6765
-
For an exhaustive list of changes since 2013,
6766
-
please see the <code>css-text-3</code> and <code>css3-text</code><a href="https://github.com/w3c/csswg-drafts">commit logs</a>
6767
-
or the <a href="https://services.w3.org/htmldiff?doc1=&doc2=https%3A%2F%2Fwww.w3.org%2FTR%2F2018%2FWD-css-text-3-20181206%2F">diff between 2013 and 2018</a>.
6768
-
For an exhaustive list of issues addressed,
6769
-
see the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>.
6644
+
See also <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/#changes">earlier list of changes</a>
6645
+
covering the 2020 and 2019 Working Drafts prior to that Candidate Recommendation
6646
+
and the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>
6647
+
covering all comments between 2013 and 2020.
6770
6648
6771
6649
<!-- Listing crash tests not particularly linked to any specific spot in the spec-->
0 commit comments