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 upImplement Highlight Pseudo-elements (::selection) #8077
Closed
Labels
Comments
|
This will require changes in rust-selectors. |
|
Bumping to bhtml P2. Now we have an awesomebar, we need to be able to highlight the selected text in an |
|
@SimonSapin - can you confirm you're working on this issue? |
|
@paulrouget As we’ve discussed in person I think #9993 can be separated from styling support. I haven’t started on this yet as I’d like to wrap up servo/rust-url#176 and its fallout first. With a recent change to rust-selectors, parsing a new pseudo-element can be done in |
|
Fixed by #10252. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure we can select text yet in a regular element, but it's possible in an
<input>tag.The selection is not highlighted though.See: https://drafts.csswg.org/css-pseudo-4/#selectordef-selection