Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Logo alt-Title + add German translations #337

Merged
merged 4 commits into from
Jun 3, 2024
Merged

Conversation

Molochem
Copy link
Collaborator

@Molochem Molochem commented Feb 1, 2024

Fixes #336
Fixed the Logo-Alt Title to display "Back to homepage", added fitting Translations. Also added a Lot of missing German Translations to locales/de/LC_MESSAGES/volto.po i noticed.

image
image

Copy link
Member

@davisagli davisagli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the discussion in plone/volto#5722, this should either say "Visit home page" or use the title of the site.

@stevepiercy
Copy link

See discussion on the reopened issue for a single place to discuss how to proceed for this issue.

@sneridagh
Copy link
Member

@Molochem needs to be adjusted, right?

@sneridagh
Copy link
Member

@Molochem please update it with the latests developments in Volto.

@sneridagh sneridagh requested a review from danalvrz April 26, 2024 08:47
@sneridagh
Copy link
Member

@jonaspiterek could you please take over?

@sneridagh sneridagh merged commit 65d232a into main Jun 3, 2024
8 checks passed
@sneridagh sneridagh deleted the fixA11yLogoIssue branch June 3, 2024 09:59
alt={intl.formatMessage(messages.plonesite)}
title={intl.formatMessage(messages.plonesite)}
alt={intl.formatMessage(messages.homepage)}
title={intl.formatMessage(messages.homepage)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sneridagh @Molochem This approach is not correct based on the discussion in plone/volto#5720 (comment)

  • Neither the link nor the img should have title
  • The link should have aria-label="Home"
  • The img should have alt="Logo"

sneridagh added a commit that referenced this pull request Jul 2, 2024
* main: (25 commits)
  Upgrade to a39, enable new image widget (#405)
  Finish interrupted push
  Fixes #400, install in Volto 17
  Fix Invalid html structure in caption component (#401)
  build deps
  Upgrade to Volto a37 (#403)
  Release 4.0.0
  Fix release-it script
  Changelog
  Fix tabbing in header (reapplies #346 as breaking) (#374)
  Customizable mobile navigation (#393)
  Fix Description block width in Edit/Add (#394)
  Slight improvements
  Adjust height
  Add BMv3 ready logo
  Remove not needed dockerfiles folder
  Update setup. Use new images. (#390)
  fix Logo alt-Title + add German translations (#337)
  fix link in introduction block being smaller than normal text (#366)
  Release 3.3.2
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[A11y] Logo alt-Title should display "Back to Homepage"
5 participants