Closed
Bug 1418449
Opened 5 years ago
Closed 2 months ago
Support translate property on HTMLElements
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: avandolder)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, parity-chrome, parity-safari)
Attachments
(1 file)
The HTML spec defines a translate property for all HTML elements: https://html.spec.whatwg.org/multipage/dom.html#attr-translate The property should return a boolean but currently returns undefined in Firefox. Both Chrome and Safari support the property.
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Summary: Suppoert translate property on HTMLElements → Support translate property on HTMLElements
![]() |
||
Comment 1•5 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-safari
Whiteboard: parity-chrome, parity-safari
Updated•2 years ago
|
Severity: normal → N/A
Assignee | ||
Comment 4•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → avandolder
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•2 months ago
•
|
||
Pushed by avandolder@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/62c51637951f Add translate attribute to HTMLElement. r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/38054 for changes under testing/web-platform/tests
Comment 8•2 months ago
|
||
Backed out for causing wpt failures on idlharness.https.html?include=HTML.
Flags: needinfo?(avandolder)
Upstream PR was closed without merging
Comment 10•2 months ago
|
||
Pushed by avandolder@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f06d1928f107 Add translate attribute to HTMLElement. r=smaug
Comment 12•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Upstream PR merged by moz-wptsync-bot
Keywords: dev-doc-needed
Comment 14•25 days ago
|
||
MDN doc issue tracker: https://github.com/mdn/content/issues/24394
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•