User tests: Successful: Unsuccessful:
Pull Request for Issue #15279 .
Adds HTML classes using the following standard to all frontend modules.
ExtensionType-Extension
(Eg. mod-articlesnews
).
ExtensionType-Extension-View
(Eg. mod-articlesnews-vertical
).
BEM class naming is adopted..
ExtensionType-Extension(-View)
ExtensionType-Extension__Element
(Eg. https://github.com/joomla/joomla-cms/blob/4.0-dev/modules/mod_menu/tmpl/default_heading.php - mod-menu__heading
).
For B/C, old classes remain. This PR is a continuation of this standard already applied to mod-login ( #20147).
Code review.
All works fine
All works fine
Yes
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
Labels |
Added:
?
|
@richard67 Only with mod-menu. As you have a PR already open regarding this area, I decided to leave it out here.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-13 11:55:20 |
Closed_By | ⇒ | wilsonge |
Merged mod_menu first then this one - so should all be good! thanks guys :)
Doesn’t this also require an update of (s)css e.e. of the Cassiopeia template?