- From: David Woolley <forums@david-woolley.me.uk>
- Date: Wed, 01 Aug 2007 08:27:50 +0100
- CC: www-style@w3.org
~:'' ありがとうございました。 wrote: > > "pseudo-class that refers only to URLs that match the currently loaded > page" > > however if this is the nub, accessibility may suggest that the current > page should not have links to itself. > check WCAG What the proposal is trying to achieve is as close to this as the CSS model allows, but *without* having to physically remove the href attribute from the a element. I.e. he's trying to style the links so that the user won't try to follow them. Actually disabling the link, without making it invisible, would be considered behavioural. The key is that it is about using the same navigation bar code on every page, without physically modifying it to suppress own page links. By comparsion, Wikimedia styles self links bold black and disables the link, but it is only using HTML as a presentational final form language. -- David Woolley Emails are not formal business letters, whatever businesses may want. RFC1855 says there should be an address here, but, in a world of spam, that is no longer good advice, as archive address hiding may not work.
Received on Wednesday, 1 August 2007 07:28:16 UTC