Skip to content

Commit

Permalink
docs: fix bare url (#523)
Browse files Browse the repository at this point in the history
Bare URLs are not automatically turned into clickable links.
  • Loading branch information
nickelc authored Apr 2, 2024
1 parent 3d0eb15 commit 6570663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5ever/src/tokenizer/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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
}
Expand Down

0 comments on commit 6570663

Please sign in to comment.