You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding support for setting item classes like ancestorClass on the nesting element, currently only the link/text elements can inherit/consume item classes.
<ul><liclass="active-ancestor has-dropdown"><ahref="#">Services</a><ulclass="active-ancestor dropdown"><!-- < nesting element --><liclass='active'><ahref="/pages/display/research">Research</a></li></ul></li></ul>
Does it make sense from a semantic point of view?
Can it be integrated into the current inherit/consume support?
Consider adding support for setting item classes like
ancestorClass
on the nesting element, currently only the link/text elements can inherit/consume item classes./cc @challgren
The text was updated successfully, but these errors were encountered: