Problem/Motivation

The main page content block label appears on every page as printed text. I believe it's meant to be hidden so the words "Main page content" don't print above the main page content block.

Issue fork simplytest-3243235

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Greg Boggs created an issue. See original summary.

bernardm28 made their first commit to this issue’s fork.

bernardm28’s picture

Swapped hidden for visually_hidden.

greg boggs’s picture

Visually hidden is for elements that we want to retheme as things like buttons or logo links, but that we want visible to screen readers. In this case, I believe we want hidden.

Docs:

https://www.drupal.org/docs/accessibility/hide-content-properly

bernardm28’s picture

Status: Active » Needs review
bernardm28’s picture

Interesting, tks for the insight. It's a complicated topic for sure.

mglaman’s picture

I think we just want the block to not have the title displayed. Let's merge https://git.drupalcode.org/project/simplytest/-/merge_requests/100. That's the default checkbox value and I forgot to uncheck it.

mglaman’s picture

Status: Needs review » Reviewed & tested by the community
nerdstein’s picture

Status: Reviewed & tested by the community » Fixed

MR 100 was merged, thanks y'all!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.