Jim Jewett wrote: > Yes, but I wonder if the right answer here is just to support generic > selectors that can peek into the text itself. > > q char-equal('"') { display: None; } > > But then I wonder if that isn't really just an argument to use XSLT, > and not worry about such minor details if neither the server nor the > browser can process it. First, I don't think @admarks is useful if we don't semantically tag the quotes themselves. The idea is to allow to copy and paste a quotation WITHOUT the quotation marks, whatever they are... BTW that would solve your second problem, hiding the quotations marks. Second, your pseudo-selector above is useless. Consider this case: <p lang="fr">Mon ami lui dit <q admarks="false">« le Général Anthony McAuliffe leur a répondu "Nuts!" à Bastogne »</q></p> you need to select the language surrounding the quote... And even though, you cannot be sure that the outermost quotations marks aren't used for a nested quote in a different language. </Daniel>Received on Friday, 31 October 2008 20:41:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:32:42 GMT