-
endAccessibleReadingOrderMode()
-
Ends Accessible Reading Order Mode.
Returns:
-
Type
-
void
-
isInAccessibleReadingOrderMode()
-
Gets if the Accessible Reading Order Manager is currently in Accessible Reading Order Mode.
Returns:
-
Type
-
boolean
-
isStructuredFile()
-
Gets if the loaded file is structured.
Returns:
Resolves to a boolean to indicate whether the file is structured or not.
-
Type
-
Promise.<boolean>
-
startAccessibleReadingOrderMode()
-
Starts Accessible Reading Order Mode.
Returns:
Resolves after the manager is prepared for start adding the accessible reading order elements to the DOM.
-
Type
-
Promise.<void>