[WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread tee
Is this example overly done? http://playground.html5rocks.com/#semantic_markup section id=articles article header h2a href=#Article Title/a/h2 /header section Lorem ipsum dolor sit amet, /section /article article

Re: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Jason Arnold
On Fri, Oct 1, 2010 at 6:24 AM, tee weblis...@gmail.com wrote: Is this example overly done? http://playground.html5rocks.com/#semantic_markup  section id=articles      article        header          h2a href=#Article Title/a/h2        /header        section          Lorem ipsum dolor

RE: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Thierry Koblentz
Hi Tee, I thought this is suffice but then I am not sure as these HTML5 tags are still too new for me. section id=articles article h2.../h2 p.../p /article article h2.../h2 p.../p /article /section What about something like this? ol id=articles li

Re: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Patrick H. Lauke
On 01/10/2010 15:22, Thierry Koblentz wrote: Hi Tee, I thought this is suffice but then I am not sure as these HTML5 tags are still too new for me. section id=articles article h2.../h2 p.../p /article article h2.../h2 p.../p /article /section What about

Re: [WSG] CSS support of HTML5 tags not ready yet?

2010-10-01 Thread field . ninja
HI, Joined the chat a bit late, hope the following URL is helpful without being redundant. http://html5boilerplate.com/ ___ Christopher Kennon Bushidodeep Principal/Developer/Designer (w) http://bushidodeep.com (e) field.ni...@gmail.com (gv) 818.322.4513 On

RE: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Thierry Koblentz
ol id=articles li article header h1a href=#Article Title/a/h1 /header pLorem ipsum dolor sit amet, .../p /article /li li article header h1a href=#Article Title/a/h1 /header pgiat nulla

RE: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Ted Drake
I'm on the fence right now about headers. I've seen use of h2's without a header wrapper in a section. This gives screen readers structure, but it breaks the HTML5 outline methodology. Shouldn't you change it to an h1 when it goes in a header. It's a struggle between building good html5 code

Re: [WSG] HTM5 Semantic markup overly done?

2010-10-01 Thread Rob Crowther
On 01/10/10 20:03, Ted Drake wrote: I'm on the fence right now about headers. I've seen use of h2's without a header wrapper in a section. This gives screen readers structure, but it breaks the HTML5 outline methodology. Shouldn't you change it to an h1 when it goes in a header. The outline

Re: [WSG] CSS support of HTML5 tags not ready yet?

2010-10-01 Thread tee
I explored the html5boilerplate quite a bit, but decided to come up my own template instead. To its credit, it has some really nice stuff in there and I have adapted to my template too, but there are a number of elements that I found that really shouldn't be in there. If you are using the

[WSG] Margin At Bottom Disappears in IE8, Safari, Chrome

2010-10-01 Thread Cole Kuryakin
Hello All - I've got a 50px margin at the bottom of a project that - for reasons I can't figure out - disappears in IE8, Safari and Chrome. Looks as per spec in both FF and Opera. Go here to take a look: http://www.koisis.com/.clients/sangat/dev_v2/index.php Take a look first in either FF or