Skip to content

Commit 2493015

Browse files
authored
Revise dpub note (#547)
closes #546 @pkra - I've revised the note. based on your latest github comment, it still seems a warning is in order. using dpub for standard web dev is not the intent of dpub aria, after all. if it was, then then the features would be in ARIA proper :) please let me know if there are any further changes you'd like to see with this note or make any suggested edits you think would make it better. thanks for calling this out and doing some testing.
1 parent 662201f commit 2493015

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,10 @@ <h2 id="docconformance">
495495
is NOT RECOMMENDED, in some situations explicitly setting these attributes can be helpful – for instance,
496496
for user agents that do not expose implicit ARIA semantics for certain elements.
497497
</p>
498-
<p class="note" id="dpub-usage-note">
499-
While it is conforming to use [[[dpub-aria-1.0]]] `role` values as outlined in the following table, the current support for
500-
exposing the semantics of these values to users of assistive technology is close to non-existent.
498+
<p class="note" id="dpub-usage-note">
499+
While it is conforming to use [[[dpub-aria-1.0]]] `role` values as outlined in the following table, the use of these roles
500+
is not intended for implementation of websites. If using these role for purposes beyond the scope of the digital publishing
501+
industry, further manual testing will be necessary to ensure the intended experience is provided to users.
501502
</p>
502503
<table class="data">
503504
<caption>

0 commit comments

Comments
 (0)