Accessibility/EditorBehaviourOnUserInput: Difference between revisions

Jump to navigation Jump to search
m
Line 108: Line 108:
The DOM document should provide an ability to switch the editing mode.
The DOM document should provide an ability to switch the editing mode.


interface DOMDocument : Node {
<pre>
  attribute string editingMode;
document.editingMode [= value]
};
 
}
Return "interactive" if the document editing mode is interactive.
Otherwise it returns "stub". The default value is "interactive".
</pre>
Confirmed users
1,396

edits

Navigation menu