drupalwxt / wxt

Drupal 10 variant of the Web Experience Toolkit (WxT).
https://drupalwxt.github.io
GNU General Public License v2.0
26 stars 27 forks source link

Brand Menu. #205

Closed mgifford closed 4 years ago

mgifford commented 4 years ago

What is the Brand menu? Why is it listed as "Brand Menu."? I think the '.' is non-standard.

When that heading is expressed to screen readers, what should a user understand the menu should contain? I just ran into a GC accessibility report that raised this as a concern. For most users, a brand is like the GC logo, or maybe Starbucks or Walmart.

What information should a content author put within that Brand menu? The intended use for all of these items could be added to the menu structure to make it easier for people to understand how these menus are intended to be used.

Plus, this should be documented somewhere.

sylus commented 4 years ago

Think this was fixed a bit ago as the yaml is now:

langcode: en
status: true
dependencies: {  }
id: brand
label: Brand
description: 'Brand Menu used for departmental specific links.'
locked: false

If any other issues please file in Drupal.org issue queue :D