From ea5f0c10b52b75a5b9e5681a2339dc51591b5f43 Mon Sep 17 00:00:00 2001 From: Matt King Date: Fri, 12 Jul 2019 23:15:46 -0700 Subject: [PATCH] Editorial: Remove outdated links to feedback issues (pull #1080) * 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 --- aria-practices.html | 5 ----- examples/listbox/listbox-collapsible.html | 4 ---- examples/listbox/listbox-rearrangeable.html | 4 ---- examples/menubar/menubar-1/menubar-1.html | 4 ---- examples/menubar/menubar-2/menubar-2.html | 4 ---- examples/table/table.html | 4 ---- examples/treeview/treeview-2/treeview-2a.html | 5 ----- examples/treeview/treeview-2/treeview-2b.html | 5 ----- 8 files changed, 35 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index 563649cd6b..ba4e2fb746 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2971,11 +2971,6 @@

WAI-ARIA Roles, States, and Properties

Treegrid

-

- This pattern is new in APG 1.1 Release 2. - Please provide feedback in - issue 793. -

A treegrid 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. diff --git a/examples/listbox/listbox-collapsible.html b/examples/listbox/listbox-collapsible.html index 94fe7911ef..412033790b 100644 --- a/examples/listbox/listbox-collapsible.html +++ b/examples/listbox/listbox-collapsible.html @@ -28,10 +28,6 @@

Collapsible Dropdown Listbox Example

-

- NOTE: Provide feedback on this example page in - issue 557. -

The following example implementation of the design pattern for listbox diff --git a/examples/listbox/listbox-rearrangeable.html b/examples/listbox/listbox-rearrangeable.html index e0da317d2c..412520ad3e 100644 --- a/examples/listbox/listbox-rearrangeable.html +++ b/examples/listbox/listbox-rearrangeable.html @@ -28,10 +28,6 @@

Example Listboxes with Rearrangeable Options

-

- NOTE: Please provide feedback on this example in - issue 468. -

The following two example implementations of the design pattern for listbox diff --git a/examples/menubar/menubar-1/menubar-1.html b/examples/menubar/menubar-1/menubar-1.html index 62811bee19..82c27a9bef 100644 --- a/examples/menubar/menubar-1/menubar-1.html +++ b/examples/menubar/menubar-1/menubar-1.html @@ -30,10 +30,6 @@

Navigation Menubar Example

-

- NOTE: Please provide feedback on this example in - issue 410. -

The following implementation of the design pattern for menubar diff --git a/examples/menubar/menubar-2/menubar-2.html b/examples/menubar/menubar-2/menubar-2.html index aada5d65a6..c02b12a883 100644 --- a/examples/menubar/menubar-2/menubar-2.html +++ b/examples/menubar/menubar-2/menubar-2.html @@ -31,10 +31,6 @@

Editor Menubar Example

-

- NOTE: Please provide feedback on this example in - issue 409. -

The following example demonstrates using the menubar design pattern diff --git a/examples/table/table.html b/examples/table/table.html index 15cd15a1de..28a6c55d05 100644 --- a/examples/table/table.html +++ b/examples/table/table.html @@ -25,10 +25,6 @@

Table Example

-

- NOTE: Please provide feedback on this example page in - issue 566. -

The below example illustrates an implementation of the WAI-ARIA table design pattern. diff --git a/examples/treeview/treeview-2/treeview-2a.html b/examples/treeview/treeview-2/treeview-2a.html index 0da69c3960..f2d162d376 100644 --- a/examples/treeview/treeview-2/treeview-2a.html +++ b/examples/treeview/treeview-2/treeview-2a.html @@ -26,11 +26,6 @@

Navigation Treeview Example Using Computed Properties

-

- Code is complete for this example. - Feedback and progress on editorial work on this page are being tracked in - issue 225. -

The below example demonstrates how the Treeview Design Pattern diff --git a/examples/treeview/treeview-2/treeview-2b.html b/examples/treeview/treeview-2/treeview-2b.html index 6d506e630e..835b00090b 100644 --- a/examples/treeview/treeview-2/treeview-2b.html +++ b/examples/treeview/treeview-2/treeview-2b.html @@ -27,11 +27,6 @@

Navigation Treeview Example Using Declared Properties

-

- NOTE:: This example is recently revised and ready for review. - Please provide feedback in - issue 405. -

The below example demonstrates how the Treeview Design Pattern