Closed
Bug 1333675
Opened 6 years ago
Closed 6 years ago
Consider removing prefixed value of unicode-bidi
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(2 files)
59 bytes,
text/x-review-board-request
|
dholbert
:
review+
|
Details |
2.69 KB,
patch
|
Details | Diff | Splinter Review |
Since those values have been unprefixed, we should probably remove the prefixed values.
Assignee | ||
Updated•6 years ago
|
Summary: Remove prefixed value of unicode-bidi → Consider removing prefixed value of unicode-bidi
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 1•6 years ago
|
||
These are probably rare enough that we should be able to just go ahead with removing the prefixed versions.
Updated•6 years ago
|
Keywords: site-compat
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8834745 [details] Bug 1333675 - Remove prefixed values for unicode-bidi. https://reviewboard.mozilla.org/r/110588/#review112194 Two commit message nits: > Remove prefixed value of unicode-bidi. r?dholbert * s/value/values/ * s/of/for/ ...because: - you're removing multiple values (not just 1) - these are values *for* the "unicode-bidi" property. ("of" is ambiguous -- and to me, "prefixed value of unicode-bidi" kinda sounds like it'd be referring to "-moz-unicode-bidi")
Attachment #8834745 -
Flags: review?(dholbert) → review+
Updated•6 years ago
|
Assignee: nobody → xidorn+moz
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Pushed by xquan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a015f6ca6ac6 Remove prefixed values for unicode-bidi. r=dholbert
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
philor, could you help landing this patch to autoland?
Flags: needinfo?(philringnalda)
Pushed by philringnalda@gmail.com: https://hg.mozilla.org/integration/autoland/rev/26a6d86166e7 followup - Remove prefixed values for unicode-bidi from devtools.
Updated•6 years ago
|
Flags: needinfo?(philringnalda)
Comment 9•6 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2017/prefixed-unicode-bidi-values-are-no-longer-supported/
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a015f6ca6ac6 https://hg.mozilla.org/mozilla-central/rev/26a6d86166e7
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 11•6 years ago
|
||
Added notes to https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi#Browser_compatibility and https://developer.mozilla.org/en-US/Firefox/Releases/54#CSS. Sebastian
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•