Re: [css-d] Question regarding the use of

2013-04-18 Thread Jay Tanna
AFAIK, Section's role is implied but if you want to make it specific then you should be using DIV. For example this code would validate: This is a section of my page! Lots of HTML tags will not accept the "role" attribute. Don't know why but it could be because their meaning is obvi

Re: [css-d] Question regarding the use of

2013-04-18 Thread Tim Arnold
On Thu, Apr 18, 2013 at 10:39 AM, Nancy Johnson wrote: > > When I first went live with a website a few months ago, the following > code validated and now it doesn't. Why? > > > > Thank you, > > Nancy Johnson Nancy, I'm not sure why it validated before, but generally ARIA roles do not pass va

Re: [css-d] Question regarding the use of

2013-04-18 Thread Philip TAYLOR
Nancy Johnson wrote: > When I first went live with a website a few months ago, the following > code validated and now it doesn't. Why? > > > > Thank you, > > Nancy Johnson Validation takes place in a context; with no knowledge of the context in which you used this construct a few months a

Re: [css-d] Question regarding the use of

2013-04-18 Thread Tom Livingston
On Thu, Apr 18, 2013 at 12:12 PM, John D wrote: > I would change it to: > > You are using correct doctype right? > > Hope this helps. > > >> When I first went live with a website a few months ago, the following >> code validated and now it doesn't. Why? >> >> >> > I admit to still being conf

Re: [css-d] Question regarding the use of

2013-04-18 Thread John D
I would change it to: You are using correct doctype right? Hope this helps. > When I first went live with a website a few months ago, the following > code validated and now it doesn't. Why? > > >

Re: [css-d] Question regarding the use of

2013-04-18 Thread Markus Ernst
Am 18.04.2013 16:39 schrieb Nancy Johnson: When I first went live with a website a few months ago, the following code validated and now it doesn't. Why? Strange enough: the specs at WHATWG allow "main" as a value of @role in the section element: http://www.whatwg.org/specs/web-apps/curren

[css-d] Question regarding the use of

2013-04-18 Thread Nancy Johnson
When I first went live with a website a few months ago, the following code validated and now it doesn't. Why? Thank you, Nancy Johnson __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/c