Closed
Bug 930010
Opened 11 years ago
Closed 11 years ago
Hide the CSS pseudo-elements for <input type=number>'s anonymous content tree from content
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
After talking to Simon Sapin, it's unclear that we should expose the CSS pseudo-elements for <input type=number>'s anonymous content tree to content. Once that's done, it's hard to change, so we should probably hold off until the point that we know whether Web Compontents can meet our needs or not.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8334505 -
Flags: review?(bzbarsky)
Comment 2•11 years ago
|
||
Comment on attachment 8334505 [details] [diff] [review]
patch
You need a REPORT_UNEXPECTED_TOKEN call here before the UngetToken. Probably:
REPORT_UNEXPECTED_TOKEN(PEPseudoSelUnknown);
unless you want to add a new string that says these are not allowed in untrusted content or something.
r=me with that
Attachment #8334505 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/fdb9fe9e898f
I just added:
REPORT_UNEXPECTED_TOKEN(PEPseudoSelUnknown);
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•