Live data from Hacker News

Semantic UI – A language for sharing UI

semantic-ui.com

11–20 of 85 posts

Re: Semantic UI – A language for sharing UI

#16
post #3

I wouldn't call writing "ui large red labeled icon button" in HTML semantic anything. I'd called it confusing orgy of style and content.

Yeah that one was too specific for my liking I don't think you should use colors names like 'red' as a class. What if you decide you don't want it to be red?

Re: Semantic UI – A language for sharing UI

#18
I don't what about this is semantic except the class names. But even that comes with a heavy loss in maintainability. If I have to customize say, the border radius of an icon button, I'd have to override this specificity: `.ui.vertical.labeled.icon.buttons .button:first-child > .icon` Not cool.

Re: Semantic UI – A language for sharing UI

#20

In their examples, none of their buttons were actually buttons. Nor were they even links. They were all DIVs. This is pretty terrible HTML, for many reasons, especially for accessibility.

It's also the exact opposite of semantic HTML as I understand it.
Post reply on HN