We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0eb15 commit 6570663Copy full SHA for 6570663
html5ever/src/tokenizer/interface.rs
@@ -92,7 +92,7 @@ pub trait TokenSink {
92
/// Used in the markup declaration open state. By default, this always
93
/// returns false and thus all CDATA sections are tokenized as bogus
94
/// comments.
95
- /// https://html.spec.whatwg.org/multipage/#markup-declaration-open-state
+ /// <https://html.spec.whatwg.org/multipage/#markup-declaration-open-state>
96
fn adjusted_current_node_present_but_not_in_html_namespace(&self) -> bool {
97
false
98
}
0 commit comments