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 upUse tag names in all user-agent selectors. #11022
Conversation
| /* | ||
| * FIXME: use `outline: auto;` | ||
| */ | ||
| a:focus, area:focus { outline: thin dotted; } |
This comment has been minimized.
This comment has been minimized.
highfive
commented
May 5, 2016
|
New code was committed to pull request. |
|
Is there no way to do that differently? Isn't that stylesheet directly taken from the HTML spec? And as far as I know, |
|
The best long-term fix is to allow style sharing on elements that have non-traversal-selection pseudo-classes. See rust-selectors/src/matching.rs. |
|
r? @SimonSapin or @pcwalton |
|
Could you file a follow up issue to do this properly? I'm OK with this for now, but I'd like to make sure we don't forget to implement this correctly. |
|
@bors-servo r+ |
|
|
Use tag names in all user-agent selectors. Fixes #11004 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11022) <!-- Reviewable:end -->
|
|
notriddle commentedMay 4, 2016
•
edited by larsbergstrom
Fixes #11004
This change is