Closed
Bug 852846
Opened 12 years ago
Closed 12 years ago
Implement PutForwards for .style
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
3.58 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
Spec got changed to include this back in December. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=20484
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #727065 -
Flags: review?(Ms2ger)
Comment 2•12 years ago
|
||
Comment on attachment 727065 [details] [diff] [review]
Make .style [PutForwards=cssText].
Review of attachment 727065 [details] [diff] [review]:
-----------------------------------------------------------------
Will this work for non-webidl elements?
::: dom/bindings/test/test_bug852846.html
@@ +23,5 @@
> +
> +
> +
> +
> + </script>
Drop some of these empty newlines, if you don't mind
Attachment #727065 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Comment 3•12 years ago
|
||
> Will this work for non-webidl elements?
Yes, except via Xrays. I think the chance of someone trying to use this via an Xray on a non-WebIDL element before such things disappear for good is low.
> Drop some of these empty newlines, if you don't mind
Done.
Pushed https://hg.mozilla.org/integration/mozilla-inbound/rev/96b17e674720
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla22
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•