Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstyle: Simplify ::-moz-fieldset-content special-casing. #19661
Conversation
The style adjuster knows about the pseudo, so there's no reason to thread that info down. There are more simplifications that can be done in followups, cleaning a bit the cascade flags too, those will come later.
highfive
commented
Dec 30, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Dec 30, 2017
|
r? @upsuper |
|
@bors-servo r+ |
|
|
style: Simplify ::-moz-fieldset-content special-casing. The style adjuster knows about the pseudo, so there's no reason to thread that info down. There are more simplifications that can be done in followups, cleaning a bit the cascade flags too, those will come later. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19661) <!-- Reviewable:end -->
|
(Isn't it supposed to still be in holiday...?) |
On top of servo#19661. The NAC condition is pointless because NAC don't match author rules unless they are a pseudo-element too.
|
|
|
@bors-servo retry |
|
|
|
|
…psuper style: Simplify "prohibit display: contents" adjustment. On top of #19661. The NAC condition is pointless because NAC don't match author rules unless they are a pseudo-element too. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19662) <!-- Reviewable:end -->
On top of servo#19661. The NAC condition is pointless because NAC don't match author rules unless they are a pseudo-element too.
…psuper style: Simplify "prohibit display: contents" adjustment. On top of #19661. The NAC condition is pointless because NAC don't match author rules unless they are a pseudo-element too. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19662) <!-- Reviewable:end -->
emilio commentedDec 30, 2017
•
edited by SimonSapin
The style adjuster knows about the pseudo, so there's no reason to thread that
info down.
There are more simplifications that can be done in followups, cleaning a bit the
cascade flags too, those will come later.
This change is