Answered
I have a pdf document that I need to post on our web. It contains charter amendments the public will be voting on in November. The document has ramseyer markup to identify what is being removed, added, replaced etc. How do I make that accessible. I see in the tag tree that there are StyleSpans with Attribute Object /TextDecorationType as /LineThrough or /Underline, etc. Will these be of help to those using screen readers? Any help for making sure these types of documents are accessible will be greatly appreciated!
The Span element is an in-line grouping element which does not intrude in what is rendered to users of AT.
Attribute objects are associated to a specific element (tag). Part of what a tag is but not the tag itself.
Any "underscore" is, generically, just a text decoration.
The bracket charcter(s) can be ascertained, but the context of "this is stuff to delete" may not be clear.
Off the cuff, use of the replacement element might put appropriate focus to content having the underscore or the bracket delimiters. But, this would typically call for alot of manual editing within the structure tree for the approriate PDF page content. Acrobat's Edit Text tools provide underscore annotations but the tool that provides an annotation for "delete this text string" is not brackets. The plus for these tools is that, as annotations, they can be manually added to the structure tree.
Might you be able to post a sample PDF to acrobat.com (can open a free account) and share the link to the file here?
~Be well...
Be well...