Closed
Bug 1141895
Opened 10 years ago
Closed 8 years ago
Unprefix values of unicode-bidi
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(2 files)
According to the MDN page, we have implemented all values of unicode-bidi, but some of them are still prefixed, including: isolate, plaintext, and isolate-override.
The corresponding spec CSS Writing Modes Level 3 has been CR, which means we should be able to safely ship those values unprefixed.
Assignee | ||
Comment 1•9 years ago
|
||
It seems our current impl of value "isolate" passes all CSSWG tests, while "isolate-override" and "plaintext" still have some problems.
The tests we do not pass includes:
* bidi-isolate-override-005 ~ -010,
* bidi-plaintext-003, -005, -006, -008, -009, -011
Assignee | ||
Comment 2•9 years ago
|
||
For whoever interested in testing Firefox with support of unprefixed unicode-bidi values, you can download the builds here: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/xquan@mozilla.com-71a717058411/
Updated•8 years ago
|
Keywords: dev-doc-needed,
site-compat
Assignee | ||
Comment 3•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61486/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61486/
Attachment #8766680 -
Flags: review?(jfkthame)
Attachment #8766681 -
Flags: review?(jfkthame)
Assignee | ||
Comment 4•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61488/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61488/
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → xidorn+moz
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8766680 [details]
Bug 1141895 part 1 - Add unprefixed values for unicode-bidi.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/61486/diff/1-2/
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8766681 [details]
Bug 1141895 part 2 - Use unprefixed unicode-bidi values in internal code.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/61488/diff/1-2/
Comment 7•8 years ago
|
||
Comment on attachment 8766680 [details]
Bug 1141895 part 1 - Add unprefixed values for unicode-bidi.
https://reviewboard.mozilla.org/r/61486/#review58388
Attachment #8766680 -
Flags: review?(jfkthame) → review+
Comment 8•8 years ago
|
||
Comment on attachment 8766681 [details]
Bug 1141895 part 2 - Use unprefixed unicode-bidi values in internal code.
https://reviewboard.mozilla.org/r/61488/#review58390
Attachment #8766681 -
Flags: review?(jfkthame) → review+
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d4dbb717edd
part 1 - Add unprefixed values for unicode-bidi. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/272f65d9e8d0
part 2 - Use unprefixed unicode-bidi values in internal code. r=jfkthame
Comment 10•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d4dbb717edd
https://hg.mozilla.org/mozilla-central/rev/272f65d9e8d0
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 11•8 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2016/unicode-bidi-values-have-been-unprefixed/
Comment 12•8 years ago
|
||
Updated:
https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi#Browser_compatibility
and
https://developer.mozilla.org/en-US/Firefox/Releases/50#CSS
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•