Live data from Hacker News

Show HN: A guide to all HTML5 elements and attributes

htmlreference.io

1–10 of 97 posts

Re: Show HN: A guide to all HTML5 elements and attributes

#2
That's really well laid out. Less detail than MDN, but that site can be overkill.

Two small pieces of feedback. HTTPS support would be good. Also, when I scroll the list of element and then click on one, I'm taken back to the top of the list - I'd like to stay where I am.

Re: Show HN: A guide to all HTML5 elements and attributes

#5
Really cool. One feature request. when a description of a tag refers to another tag, then those tags should be links.

For example the description for is:

   Defines a list item within an ordered list  or unordered list .
Here I should be able to click on and to get information about those tags.

Re: Show HN: A guide to all HTML5 elements and attributes

#6
post #2

That's really well laid out. Less detail than MDN, but that site can be overkill. Two small pieces of feedback. HTTPS support would be good. Also, when I scroll the list of element and then click on one, I'm taken back to the top of the list - I'd like to stay where I am.

I think a nice feature would be if the description pages linked to the relevant MDN page - for when you want more extensive information about an element.

Otherwise, I love this OP. Will likely use it regularly!

Re: Show HN: A guide to all HTML5 elements and attributes

#8
In general this is pretty good. One mistake that it doesn't make is to use low contrast for everything.

However, the code examples don't look very nice on my box due to the font which comes out as Nimbus Mono L. How about you link to an actual font? (I like Ubuntu Mono, though there are lots of other good programming fonts).

Also with respect to code samples, would black text on a white background be a possibuility?

Re: Show HN: A guide to all HTML5 elements and attributes

#9
post #6
post #2

That's really well laid out. Less detail than MDN, but that site can be overkill. Two small pieces of feedback. HTTPS support would be good. Also, when I scroll the list of element and then click on one, I'm taken back to the top of the list - I'd like to stay where I am.

I think a nice feature would be if the description pages linked to the relevant MDN page - for when you want more extensive information about an element. Otherwise, I love this OP. Will likely use it regularly!

> I think a nice feature would be if the description pages linked to the relevant MDN page - for when you want more extensive information about an element.

This would be really good. Mostly I'm just looking for a quick reference, but sometimes I want all the details.

Re: Show HN: A guide to all HTML5 elements and attributes

#10

For some reason, if I have self-closing and inline checked, and uncheck inline, meta items appear.

To expand, the issue seems to happen after clicking a tag and then pressing back. It's not specific to meta. This time block elements were appearing when not tagged.
Post reply on HN