MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / roleUsesTextContent

Function roleUsesTextContent

js/ply_accessibility.js:33–44  ·  view source on GitHub ↗
(role)

Source from the content-addressed store, hash-verified

31}
32
33function roleUsesTextContent(role) {
34 return (
35 role === "none" ||
36 role === "heading" ||
37 role === "note" ||
38 role === "button" ||
39 role === "link" ||
40 role === "menuitem" ||
41 role === "tab" ||
42 role === "listitem"
43 );
44}
45
46miniquad_add_plugin({
47 register_plugin: function (imp) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected