Closed Bug 1425834 Opened 8 years ago Closed 8 years ago

Parse ::slotted when the webcomponents pref is on.

Categories

(Core :: CSS Parsing and Computation, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

Details

Attachments

(1 file)

This depends on all the other fixes for slotted hanging from bug 1424604.
Cascade order is still not the spec'd, but I intend to fix that in a followup too.
Comment on attachment 8937455 [details] Bug 1425834: style: Parse ::slotted() if the webcomponents pref is on. https://reviewboard.mozilla.org/r/208120/#review214372 ::: servo/components/style/gecko/selector_parser.rs:336 (Diff revision 2) > > impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> { > type Impl = SelectorImpl; > type Error = StyleParseErrorKind<'i>; > > + fn parse_slotted(&self) -> bool { I wonder whether it's worth adding `#[inline]` here...
Attachment #8937455 - Flags: review+
Priority: -- → P1
Comment on attachment 8937455 [details] Bug 1425834: style: Parse ::slotted() if the webcomponents pref is on. https://reviewboard.mozilla.org/r/208120/#review216540
Attachment #8937455 - Flags: review?(cam) → review+
Pushed by ecoal95@gmail.com: https://hg.mozilla.org/integration/autoland/rev/1bc488833671 Update test expectations for partial ::slotted support. r=heycam
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: