[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Pragmatic namespaces
- From: "Pete Cordell" <petexmldev@codalogic.com>
- To: <rjelliffe@allette.com.au>,"XML Developers List" <xml-dev@lists.xml.org>
- Date: Thu, 6 Aug 2009 10:46:03 +0100
Original Message From: rjelliffe
> Surely any notation that uses "." is a non-starter for use in HTML, since
> it already has a meaning in CSS (i.e. @class)?
>
> It seems to me that people perhaps are trying to solve the wrong problem:
> the right problem being having a namespaces-like mechanism that the HTML
> working group would be happy with.
Assuming CSS only affects the rendering of HTML elements, that's another
reason for having the local name part trivially separable from the namespace
part of the name, such as via a :. e.g.
body:html.w3.org
(the colon is hard to see in my mail UA. It would be easier to see in a
fixed width code editor. Just in case its hard to see on your UA, that's:
body {colon} html {dot} w3 {dot} org )
The HTML/CSS mapping then only needs to consider the local name part.
Pete Cordell
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]