Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
heydonworks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
heydonworks
14y ago
My two icon font sets (a generic set and a complementary set for app designers) have been hinted using Font Squirrel's algorithm. You may find these of some use: http://www.heydonworks.com/article/an-app-icon-font
2.
▲
by
heydonworks
14y ago
What is a style "applied directly" to an element if not a class? It's written on the element itself. 'Classitis' is certainly not a concern for parsers because they do not know it is going on. Then again, that's my point.
3.
▲
by
heydonworks
14y ago
Read my comments for the original article carefully. Projects are made easier to maintain by foregoing classes. Element names belong to a shared lexicon which all developers and sufficiently up-to-date parsers understand. Classes are invent
4.
▲
by
heydonworks
14y ago
Ancestry driven selectors are the essence of CSS. Classes are a cludge.
5.
▲
by
heydonworks
14y ago
It's not my website.
6.
▲
by
heydonworks
14y ago
When the HTML structure changes, the CSS changes in accordance. That is what is supposed to happen. You do not understand the technology.
7.
▲
by
heydonworks
14y ago
HTML itself is scalable and my method is sympathetic to HTML. Scalability is a non-issue.