On Wed, Jun 1, 2011 at 1:51 PM, RobG <[email protected]> wrote:
>
>
> On Jun 1, 11:58 am, Nathan Sweet <[email protected]> wrote:
>> >>Basically all your posts.
>>
>> Rob, please read through an entire list before posting. You posted a lot of
>> redundant information that Diego, et al went over already.
>
> Please point out the redundancy. The comment that:
>
> "Also there are no "ol" elements inside "div" in that page, the
> general
> sibling selector fails for that reason."
>
> Is incorrect. The ~ selector selects *siblings*, so the OL and DIV
> must be siblings. If the OL was inside the DIV, it would be a child or
> descendant and hence not selected for that reason either.
>

Yes that was an error of me trying to indicate what was the reason for
the failure without paying too much attention.

You gave the correct reason for the failure, there were no "OL"
sibling of "DIV". Thanks for the correction.

> There was a comment about the checkbox attribute, but the type
> attribute was invalid also (as I pointed out on your blog).
>
> The comment "the ":checked" attribute is to test live state of the
> checkbox not it's attribute value" is misleading - the attribute sets
> the default state of the checkbox (if the type attribute is fixed) and

There is maybe a misunderstanding over what I wrote, as "live state" I
mean the DOM property not the original source attribute:

     input:checked // use the DOM property to resolve
     input[checked] // use the HTML source attribute to resolve

--
Diego


> since the control is hidden, there's no way to change it so from that
> perspective the attribute is setting the state and it should work (and
> it does if the type attribute is fixed).
>
> There was also a comment about the typo in the DOCTYPE, but even if
> it's fixed the document is still invalid - not good when your DOCTYPE
> is XHTML 1.1 (lucky it's served as HTML).
>
> But I got tired of trying to correct every error and instead focused
> on the most important. Do you really want me to correct every post
> *and* the errors in your page?
>
> --
> Rob
>
> --
> To view archived discussions from the original JSMentors Mailman list: 
> http://www.mail-archive.com/[email protected]/
>
> To search via a non-Google archive, visit here: 
> http://www.mail-archive.com/[email protected]/
>
> To unsubscribe from this group, send email to
> [email protected]
>

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to