Closed
Bug 1465912
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11282 - Convert word-wrap to an alias of overflow-wrap
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11282 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11282
Details from upstream follow.
Chris Nardi <cnardi@chromium.org> wrote:
> Convert word-wrap to an alias of overflow-wrap
>
> word-wrap was previously defined as its own property in
> CSSProperties.json5, but with the same behavior as overflow-wrap.
> However, this meant that word-wrap showed up alongside word-wrap in
> cssText. This patch converts word-wrap to be an alias of overflow-wrap,
> as this will prevent the issue of both properties showing up in cssText
> and matches the resolution in
> https://github.com/w3c/csswg-drafts/issues/866.
>
> Bug: 679068
> Change-Id: I3d415eb1cde9a92dffa2a045ba5fa8b015eeb2d7
> Reviewed-on: https://chromium-review.googlesource.com/1073677
> WPT-Export-Revision: e1879133506748ce6ab282d77bb84395d1cab433
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d5041568f747159cba2fe504d7b2dd4a7f7bedec
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f51b3102f673
[wpt PR 11282] - Convert word-wrap to an alias of overflow-wrap, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/2081132acb9d
[wpt PR 11282] - Update wpt metadata, a=testonly
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f51b3102f673
https://hg.mozilla.org/mozilla-central/rev/2081132acb9d
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•