Re: [WSG] attribute selectors and validation

2010-07-03 Thread designer


- Original Message - 
From: "Tim White" 

To: 
Sent: Friday, July 02, 2010 6:26 PM
Subject: Re: [WSG] attribute selectors and validation


[big snip]


That said, attribute selectors are very useful.

***
Of course, and it's worth pointing out that:

h1[title^="main"] {color : blue;} , used with:

Bla Bla Bla Bla Bla Bla

IS valid. It's not something I'd use though, whereas:

a[title^="opens"] {
  padding-right: 13px;
  background: url(outofit.gif) no-repeat right top;
}

seems good when used with:

onclick="window.open(this.href); return false;">Bla Bla Bla Bla Bla Bla


Doesn't it?  (But not IE6 . . . )

Bob






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] that old IE6 thing...

2010-07-03 Thread Ben Buchanan
> I think it's more to do with the fact that librarians are always getting
hand-me-down hardware :)

Pretty likely. I'd say it's probably also an effect of the corporate-owned
hardware syndrome - as in, they may not have admin rights on their
workstations to change the browser. Students on the other hand probably own
their computers and can use whatever they like.


-- 
--- 
--- The future has arrived; it's just not
--- evenly distributed. - William Gibson


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***