File tree 1 file changed +5
-3
lines changed
html5ever/src/tree_builder
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1377,7 +1377,7 @@ where
1377
1377
self . insert_element ( Push , ns ! ( html) , name, vec ! [ ] )
1378
1378
}
1379
1379
1380
- /// https://html.spec.whatwg.org/multipage/parsing.html#insert-an-element-at-the-adjusted-insertion-location
1380
+ /// < https://html.spec.whatwg.org/multipage/parsing.html#insert-an-element-at-the-adjusted-insertion-location>
1381
1381
fn insert_foreign_element (
1382
1382
& self ,
1383
1383
tag : Tag ,
@@ -1398,7 +1398,8 @@ where
1398
1398
}
1399
1399
//§ END
1400
1400
1401
- /// https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead
1401
+ /// <https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead>
1402
+
1402
1403
/// A start tag whose tag name is "template"
1403
1404
fn should_attach_declarative_shadow ( & self , tag : & Tag ) -> bool {
1404
1405
let adjusted_insertion_location = self . appropriate_place_for_insertion ( None ) ;
@@ -1438,7 +1439,8 @@ where
1438
1439
is_shadow_root_mode && allow_declarative_shadow_roots && adjusted_current_node_not_topmost
1439
1440
}
1440
1441
1441
- /// https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead
1442
+ /// <https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead>
1443
+
1442
1444
/// A start tag whose tag name is "template"
1443
1445
fn attach_declarative_shadow (
1444
1446
& self ,
You can’t perform that action at this time.
0 commit comments