8000 Add suggestion role by aleventhal · Pull Request #1134 · w3c/aria · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.html
Co-Authored-By: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
aleventhal and mcking65 authored Feb 7, 2020
commit 96238a47a2cdbef04517ba94d9da0041d7f4ba0b
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8224,7 +8224,8 @@ <h5>Presentational Roles Conflict Resolution</h5>
<p>For example, in an editing system that supports multiple authors, one author may suggest a change, and another author would be responsible
for accepting or rejecting the suggestion.
Authors MUST ensure that a <code>suggestion</code> contains either one <rref>insertion</rref> child or one <rref>deletion</rref> child or ensure that it contains two children where one is an <rref>insertion</rref> and the other is a <rref>deletion</rref>.
any other children. Additional information such as related comments, authoring info and time stamps MAY be provided via <pref>aria-description</pref> or <pref>aria-details</pref>.</p>
Authors MUST ensure a <code>suggestion</code> does not contain any other children.
Authors MAY use <pref>aria-details</pref> or <pref>aria-description</pref> to associate the <code>suggestion</code> with information,such as related comments, authoring info, and time stamps.</p>
<pre class="example highlight">
&lt;p&gt;
The best pet is a
Expand Down
0