diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-29 15:23:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-29 15:24:37 +0100 |
commit | 20c0bdba6386a72dffa9fa55c4bb6d4fffd378ca (patch) | |
tree | 84e6ad77f03c21bea8d30c3b6560a397e30086e0 /src/tokenizer/interface.rs | |
parent | 921a0354873c3038acfe3fb121fac31992fb849d (diff) |
docs: fix link & remove outdated comment
Diffstat (limited to 'src/tokenizer/interface.rs')
-rw-r--r-- | src/tokenizer/interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer/interface.rs b/src/tokenizer/interface.rs index dfd9a9f..53b06ae 100644 --- a/src/tokenizer/interface.rs +++ b/src/tokenizer/interface.rs @@ -114,7 +114,7 @@ pub trait TokenSink { /// Used in the markup declaration open state. By default, this always /// returns false and thus all CDATA sections are tokenized as bogus /// comments. - /// https://html.spec.whatwg.org/multipage/#markup-declaration-open-state + /// <https://html.spec.whatwg.org/multipage/#markup-declaration-open-state> fn adjusted_current_node_present_but_not_in_html_namespace(&self) -> bool { false } |