Community
Participate
Working Groups
Currently, spellcheck only uses the available dictionary when checking text regions in an XML document. This is problematic for text nodes that contain an enumerated list of data that might not fall into the dictionary. For example, for a TLD, the <body-content> has an enumerated list of text. Words like 'scriptless' and 'tagdependent' are not in the dictionary, but for this case, we know that the value spelled correctly; otherwise, validation would alert us. The spellcheck strategy for text content in XML documents should be corrected to account for these enumerated values.
Created attachment 197955 [details] patch
Code released to 3_2_maintenance and checked in to HEAD.