Confirmed users
290
edits
Line 45: | Line 45: | ||
The ''aditions'' and ''removals'' keywords indicate that adding respectively removing elements should be announced. | The ''aditions'' and ''removals'' keywords indicate that adding respectively removing elements should be announced. | ||
The ''text'' keyword indicates that changes in the | The ''text'' keyword indicates that changes in the text inside an element should be announced. | ||
The default value for this attribute is <tt>aria-relevant="additions"</tt>. | The default value for this attribute is <tt>aria-relevant="additions text"</tt>. | ||
For a chatlog where we add messages but do not change them, and where removals ''are'' relevant, we could thus specify: <tt>aria-relevant="additions removals"</tt>. | For a chatlog where we add messages but do not change them, and where removals ''are'' relevant, we could thus specify: <tt>aria-relevant="additions removals"</tt>. |