diff --git a/docs/navigation.html b/docs/navigation.html index 346a551..e282d0e 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -144,7 +144,7 @@ <a href="#" class="logo">Logo</a> <a href="#">Link</a> </header> -
Don't: The .logo
element should neither be a <button>
nor a .button
element nor have the role="button"
attribute. On the other hand, links and labels in the <header>
should not be without a .button
class or a role="button"
attribute. Ignoring this rule might cause unexpected behavior.
Don't: The .logo
element should not be a <button>
element, have the .button
class or the role="button"
attribute. On the other hand, links and labels in the <header>
should not be without a .button
class or a role="button"
attribute. Ignoring this rule might cause unexpected behavior.