diff options
Diffstat (limited to 'components/style/element_state.rs')
-rw-r--r-- | components/style/element_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/element_state.rs b/components/style/element_state.rs index c57cf4febe6..1652dee672f 100644 --- a/components/style/element_state.rs +++ b/components/style/element_state.rs @@ -71,7 +71,7 @@ bitflags! { const IN_OPTIONAL_STATE = 1 << 22; /// <https://html.spec.whatwg.org/multipage/#selector-read-write> const IN_READ_WRITE_STATE = 1 << 22; - /// <https://html.spec.whatwg.org/multipage/semantics-other.html#selector-defined> + /// <https://html.spec.whatwg.org/multipage/#selector-defined> const IN_DEFINED_STATE = 1 << 23; /// <https://html.spec.whatwg.org/multipage/#selector-visited> const IN_VISITED_STATE = 1 << 24; |