Searched refs:adoptAttributes (Results 1 – 5 of 5) sorted by relevance
42 adoptAttributes(recipient: T['element'], attrs: Attribute[]): void; method
229 adoptAttributes(recipient: Element, attrs: Attribute[]): void {
206 adoptAttributes(recipient: Element, attrs: Token.Attribute[]): void {
1880 p.treeAdapter.adoptAttributes(p.openElements.items[0], token.attrs);1889 p.treeAdapter.adoptAttributes(bodyElement, token.attrs);
4 …adoptAttributes=function(e,t){for(let n=0;n<t.length;n++){const r=t[n].name;void 0===e.attribs[r]&… function