mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Issue 7720: Add target selector and update when scrolling to fragment
This commit is contained in:
parent
7807895d58
commit
04f5369577
10 changed files with 105 additions and 59 deletions
|
@ -33,5 +33,7 @@ bitflags! {
|
|||
const IN_READ_WRITE_STATE = 0x80,
|
||||
#[doc = "https://html.spec.whatwg.org/multipage/#selector-placeholder-shown"]
|
||||
const IN_PLACEHOLDER_SHOWN_STATE = 0x0100,
|
||||
#[doc = "https://html.spec.whatwg.org/multipage/#selector-target"]
|
||||
const IN_TARGET_STATE = 0x0200,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue