diff --git a/content/patterns/landmarks/examples/general-principles.html b/content/patterns/landmarks/examples/general-principles.html index c6cccd8124..52ccf36fbb 100644 --- a/content/patterns/landmarks/examples/general-principles.html +++ b/content/patterns/landmarks/examples/general-principles.html @@ -80,6 +80,11 @@

General Principles

  • Landmark roles can be nested to identify parent/child relationships of the information being presented.
  • +
  • + Note that wrapping the content of a modal dialog in a landmark region is unnecessary. + A landmark that wraps modal content cannot provide any benefit to users because it is not perceivable unless the modal is open. + In addition, when a modal is open, a landmark containing its content is superfluous because the modal itself is a container that provides both a name and boundaries. +
  • Step 3: Label each area

    diff --git a/content/practices/landmark-regions/landmark-regions-practice.html b/content/practices/landmark-regions/landmark-regions-practice.html index 35420c5619..87ee9d44ff 100644 --- a/content/practices/landmark-regions/landmark-regions-practice.html +++ b/content/practices/landmark-regions/landmark-regions-practice.html @@ -103,10 +103,13 @@

    General Principles of Landmark Design

    Step 3: Label areas