Home
last modified time | relevance | path

Searched refs:tagID (Results 1 – 7 of 7) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts407 this.openElements.push(element, token.tagID);
410 _insertFakeElement(tagName: string, tagID: $): void {
414 this.openElements.push(element, tagID);
423 this.openElements.push(tmpl, token.tagID);
527 token.tagID === $.SVG &&
539 ((token.tagID === $.MGLYPH || token.tagID === $.MALIGNMARK) &&
1319 } else if (!p.openElements.hasInScope(token.tagID)) {
1449 p.openElements.insertAfter(furthestBlock, newElement, token.tagID);
1549 if (token.tagID === $.HTML) {
1558 const tn = token.tagID;
[all …]
Dopen-element-stack.ts83 push(element: T['element'], tagID: $): void {
88 this.tagIDs[this.stackTop] = tagID;
89 this.currentTagId = tagID;
95 this.handler.onItemPush(element, tagID, true);
Dformatting-element-list.test.ts11 tagID: getTagID(name),
/third_party/parse5/packages/parse5-sax-parser/lib/
Dparser-feedback-simulator.ts129 let tn = token.tagID;
149 tn = token.tagID;
165 token.tagID = $.IMG;
180 let tn = token.tagID;
/third_party/parse5/packages/parse5/lib/common/
Dforeign-content.ts183 const tn = startTagToken.tagID;
228 token.tagID = getTagID(token.tagName);
Dtoken.ts75 tagID: TAG_ID; property
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts417 tagID: TAG_ID.UNKNOWN,
429 tagID: TAG_ID.UNKNOWN,
518 ct.tagID = getTagID(ct.tagName);