Skip to content

Commit d8d3093

Browse files
authored
[css-text-3][css-text-4] Re-introduce dfn for word-wrap (w3c#14059)
The `word-wrap` property was moved out of the definition table (addressing issue w3c#11544). But the property still needs to be defined somewhere for references to it to keep working, and for crawling tools to understand that it is a legacy name alias of `overflow-wrap`. This adds back the missing `<dfn property>` to re-create the definition and fix the references to `word-wrap` that the specs contain.
1 parent 8829a2d commit d8d3093

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-text-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4747,7 +4747,7 @@ Overflow Wrapping: the 'overflow-wrap' ('word-wrap') property</h3>
47474747
</wpt>
47484748
</dl>
47494749

4750-
For legacy reasons, UAs must treat 'word-wrap'
4750+
For legacy reasons, UAs must treat <dfn property>word-wrap</dfn>
47514751
as a [=legacy name alias=] of the 'overflow-wrap' property.
47524752

47534753
<wpt>

css-text-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8224,7 +8224,7 @@ Overflow Wrapping: the 'overflow-wrap' ('word-wrap') property</h3>
82248224
to opt out of relaxing the ''keep-all'' and ''word-break/auto-phrase'' restrictions
82258225
as allowed by ''overflow-wrap: normal''?
82268226

8227-
For legacy reasons, UAs must treat 'word-wrap'
8227+
For legacy reasons, UAs must treat <dfn property>word-wrap</dfn>
82288228
as a [=legacy name alias=] of the 'overflow-wrap' property.
82298229

82308230
<wpt>

0 commit comments

Comments
 (0)