From c583e9e25523c53049d8f0ffcff20357c6180522 Mon Sep 17 00:00:00 2001 From: Matt King Date: Sun, 5 Nov 2017 22:12:18 -0800 Subject: [PATCH] Grid Pattern: Remove editor's note from states and properties In aria-practices.html, Removed this sentence from the last note in grid roles, states, and properties: > See using aria-owns for a detailed explanation. Removed the note that followed the grid note about aria-owns: > Editor's Note - Guidance for aria-owns has not yet been created. A link to it will be added above once created. --- aria-practices.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index bad08ba67e..391d2d44b8 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1584,10 +1584,11 @@

WAI-ARIA Roles, States, and Properties

For example, an HTML <TR> has an implied ARIA role of row. A grid built from an HTML table that includes cells that span multiple rows or columns must use HTML rowspan and colspan and must not use aria-rowspan or aria-colspan. -
  • If rows or cells are included in a grid via aria-owns, they will be presented to assistive technologies after the DOM descendants of the grid element unless the DOM descendants are also included in the aria-owns attribute. See using aria-owns for a detailed explanation.
  • +
  • + If rows or cells are included in a grid via aria-owns, + they will be presented to assistive technologies after the DOM descendants of the grid element unless the DOM descendants are also included in the aria-owns attribute. +
  • -

    Editor's Note - Guidance for aria-owns has not yet been created. A link to it will be added above once created.

    -