MCPcopy Index your code
hub / github.com/ampproject/amphtml / upperName

Method upperName

validator/js/engine/htmlparser-interface.js:260–262  ·  view source on GitHub ↗

* Upper-case tag name * @return {string}

()

Source from the content-addressed store, hash-verified

258 * @return {string}
259 */
260 upperName() {
261 return this.tagName_;
262 }
263 /**
264 * Returns an array of attributes. Each attribute has two fields: name and
265 * value. Name is always lower-case, value is the case from the original

Callers 6

startTagMethod · 0.80
endTagMethod · 0.80
startTagMethod · 0.80
endTagMethod · 0.80
startTagMethod · 0.80
endTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected