-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
improve the semantic about menu component #28
Comments
Semantic is tag ambivalent, you can use ul, li, or small. It's based on class names |
I'm sorry, but invented classes doesn't make your code semantic. Tags + ARIA + microdata does! |
Well, actually it does. Take a look at http://en.wikipedia.org/wiki/Microformat. |
I mentioned about microdata. But you can't use microdata to change or On Tue, Sep 17, 2013 at 3:37 PM, Jonas Trevisan notifications@github.comwrote:
Bernard De Luna F. F. Bittencourt |
It is about Microformat not microdata. |
Yes, but do you prefer Microformats instead Microdata? On Tue, Sep 17, 2013 at 3:53 PM, Jonas Trevisan notifications@github.comwrote:
Bernard De Luna F. F. Bittencourt |
"Semantic is tag ambivalent, you can use ul, li, or small. It's based on class names" |
if you have a list of items, you probably have to work with UL followed by LI
and if you have a short piece of code inside your menu, you shouldn't use DIV, because W3C recommends SMALL tag to do this.
The text was updated successfully, but these errors were encountered: