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. 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 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]
