-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
<strong> Element in nav_default but not in mod_breadcumb #1154
Comments
|
It is semantically correct. See |
|
Alright - i'm not shure why one would like to emphasize something that has already been cklicked on and offers no further actions but it should be strong in mod_breadcrumb then too. |
It's about the semantic meaning of the HTML markup, not about click actions. |
|
You should reopen and rename the ticket for mod_breadcrumb. |
|
Changed in acd841e. |
Description ----------- see: contao/contao#579 (comment) Commits ------- f02c53da Get universal picker url parameters via own method 65cdb430 Update doc
Updating from 3.5 intallation i noticed that the nav_default template uses the
<strong>instead of<span>tag for the active Item.In the commit-history i could not find when or why this has changed.
Of course it's an easy fix to adjust the template (or fix my css) but i don't really think the use of
<strong>is semantically correct here.The text was updated successfully, but these errors were encountered: