Skip to content

Commit

Permalink
Editorial: Remove outdated links to feedback issues (pull #1080)
Browse files Browse the repository at this point in the history
* Remove link to feedback issue from treegrid pattern
* Remove link to feedback issue from Collapsible Dropdown Listbox Example
* Remove link to feedback issue from Example Listboxes with Rearrangeable Options page
* Remove link to feedback issue from navigation menubar example page
* Remove link to feedback issue from editor menubar example
* Remove link to feedback issue from Table Example page
* Remove link to feedback issue from Navigation Treeview Example Using Computed Properties page
* Remove link to feedback issue from Navigation Treeview Example Using Declared Properties page
  • Loading branch information
mcking65 authored Jul 13, 2019
1 parent 8a3fea1 commit ea5f0c1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -2971,11 +2971,6 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>

<section class="widget" id="treegrid">
<h3>Treegrid</h3>
<p class="ednote">
This pattern is new in APG 1.1 Release 2.
Please provide feedback in
<a href="https://github.com/w3c/aria-practices/issues/793">issue 793.</a>
</p>
<p>
A <a href="#treegrid" class="role-reference">treegrid</a> widget presents a hierarchical data grid consisting of tabular information that is editable or interactive.
Any row in the hierarchy may have child rows, and rows with children may be expanded or collapsed to show or hide the children.
Expand Down
4 changes: 0 additions & 4 deletions examples/listbox/listbox-collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
</nav>
<main>
<h1>Collapsible Dropdown Listbox Example</h1>
<p>
<strong>NOTE:</strong> Provide feedback on this example page in
<a href="https://github.com/w3c/aria-practices/issues/557">issue 557.</a>
</p>
<p>
The following example implementation of the
<a href="../../#Listbox">design pattern for listbox</a>
Expand Down
4 changes: 0 additions & 4 deletions examples/listbox/listbox-rearrangeable.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
</nav>
<main>
<h1>Example Listboxes with Rearrangeable Options</h1>
<p>
<strong>NOTE:</strong> Please provide feedback on this example in
<a href="https://github.com/w3c/aria-practices/issues/468">issue 468.</a>
</p>
<p>
The following two example implementations of the
<a href="../../#Listbox">design pattern for listbox</a>
Expand Down
4 changes: 0 additions & 4 deletions examples/menubar/menubar-1/menubar-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
</nav>
<main>
<h1>Navigation Menubar Example</h1>
<p>
<strong>NOTE:</strong> Please provide feedback on this example in
<a href="https://github.com/w3c/aria-practices/issues/410">issue 410.</a>
</p>
<p>
The following implementation of the
<a href="../../../#menu">design pattern for menubar</a>
Expand Down
4 changes: 0 additions & 4 deletions examples/menubar/menubar-2/menubar-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
</nav>
<main>
<h1>Editor Menubar Example</h1>
<p>
<strong>NOTE:</strong> Please provide feedback on this example in
<a href="https://github.com/w3c/aria-practices/issues/409">issue 409.</a>
</p>
<p>
The following example demonstrates using the
<a href="../../../#menu">menubar design pattern</a>
Expand Down
4 changes: 0 additions & 4 deletions examples/table/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
</nav>
<main>
<h1>Table Example</h1>
<p>
<strong>NOTE:</strong> Please provide feedback on this example page in
<a href="https://github.com/w3c/aria-practices/issues/566">issue 566.</a>
</p>
<p>
The below example illustrates an implementation of the WAI-ARIA
<a href="../../#table">table design pattern.</a>
Expand Down
5 changes: 0 additions & 5 deletions examples/treeview/treeview-2/treeview-2a.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
</nav>
<main>
<h1>Navigation Treeview Example Using Computed Properties</h1>
<p>
Code is complete for this example.
Feedback and progress on editorial work on this page are being tracked in
<a href="https://github.com/w3c/aria-practices/issues/225">issue 225.</a>
</p>
<p>
The below example demonstrates how the
<a href="../../../#TreeView">Treeview Design Pattern</a>
Expand Down
5 changes: 0 additions & 5 deletions examples/treeview/treeview-2/treeview-2b.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
</nav>
<main>
<h1>Navigation Treeview Example Using Declared Properties</h1>
<p>
<strong>NOTE:</strong>: This example is recently revised and ready for review.
Please provide feedback in
<a href="https://github.com/w3c/aria-practices/issues/405">issue 405.</a>
</p>
<p>
The below example demonstrates how the
<a href="../../../#TreeView">Treeview Design Pattern</a>
Expand Down

0 comments on commit ea5f0c1

Please sign in to comment.