MCPcopy Create free account
hub / github.com/breck7/scroll / eltP

Function eltP

external/.scrollLibs.js:555–559  ·  view source on GitHub ↗
(tag, content, className, style)

Source from the content-addressed store, hash-verified

553 }
554 // wrapper for elt, which removes the elt from the accessibility tree
555 function eltP(tag, content, className, style) {
556 var e = elt(tag, content, className, style)
557 e.setAttribute("role", "presentation")
558 return e
559 }
560
561 var range
562 if (document.createRange) {

Callers 3

DisplayFunction · 0.85
buildLineContentFunction · 0.85
markTextFunction · 0.85

Calls 1

eltFunction · 0.85

Tested by

no test coverage detected