Syllabification enactor should be configurable to exclude some page content
Description
As part of our drive to implement an iframeless UIO, the syllabification enactor needs to be improved so that it can exclude some part of the document from syllabification - so that we can, for example, exclude the prefs editor UI itself from syllabification if it is not configured to be. The most direct route for this might be to make it responsive to some CSS class name in the document. Improvement needs to be made in the TextNodeParser component responsible for iterating over the document.
As part of our drive to implement an iframeless UIO, the syllabification enactor needs to be improved so that it can exclude some part of the document from syllabification - so that we can, for example, exclude the prefs editor UI itself from syllabification if it is not configured to be. The most direct route for this might be to make it responsive to some CSS class name in the document.
Improvement needs to be made in the TextNodeParser component responsible for iterating over the document.