Le jeudi 08 juin 2006 à 23:50 +0100, Harry Halpin a écrit : > One of the objections to microformats is their lack of a namespaces. > RDF/A overcomes this by using "role" and so on attributes, but the > traditional answer being put forward by the hCal and hCard folks is that > they can't use namespaces within a class attribute of a div or span > element precisely because that would break CSS's use of the colon, such > that this <span class="vCard:Country">UK</span> is broken in CSS. Just FWIW, it actually isn't; you can escape the colon in CSS and get whet you want, i.e. span.vCard\:Country { color: blue;} would do the right thing (at least in non buggy implementations of CSS). DomReceived on Friday, 9 June 2006 08:00:20 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:56:12 UTC