Outline too should be reviewed to see that we aren't just eliminating visual cues. In general we shouldn't be using outline: 0; or outline: none;

More info from the handbook:
https://drupal.org/node/1638020

It's fine to have outline: 0; in the skip links as that is only visible on focus so is very clear.

There may be other areas where it works just fine since the visual cue is provided in another way.

CommentFileSizeAuthor
#1 Bartik-outline-2263975-1.patch480 bytesmgifford
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mgifford’s picture

FileSize
480 bytes
mgifford’s picture

Priority: Normal » Minor
Related issues: +#2250121: Check for proper use of CSS Outline in Seven

I can't identify visual differences yet with this patch...

mgifford’s picture

Status: Active » Needs review
emma.maria’s picture

Issue tags: +frontend, +CSS
dcrocks’s picture

Don't you mean 'cue' instead of 'queue'?

mgifford’s picture

Issue summary: View changes

@dcrocks - Yes. Just updated that. Got the wrong Q...

pp’s picture

Status: Needs review » Needs work

I found an another outline: 0 in the style.css:

style.css:353: outline: 0;

Why didn't You delete it?

mgifford’s picture

In my review of the that instance:

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  outline: 0;
}

The focus behavior of the skip link presently is not a barrier to keyboard only users. It only shows up when it has focus, so the outline does not serve a need for accessibility.

pp’s picture

Status: Needs work » Reviewed & tested by the community

ok, it sounds correct for me.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 383a916 and pushed to 8.0.x. Thanks!

  • alexpott committed 383a916 on 8.0.x
    Issue #2263975 by mgifford: Fixed Check for proper use of CSS Outline in...

Status: Fixed » Closed (fixed)

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