Re[12]: css with attribues

Christoph,

>> CSS properties should be assignable directly to HTML tags as attributes
CP> I believe it is a bad idea

Faiths is little, arguments are necessary.

CP> it is up to the markup language anyhow,
CP> so www-style is probably the wrong list for this

Name of topic is "css with attribues",
i.e. writing of attributes as properties
(not only writing properties as attributes).

CP> several CSS property names are already taken as attribute names in HTML using
CP> (slightly) different values (e.g. |width| has dimensionless pixels),
CP> often varying among element types.

Property 'width' and attribute @width have indentical destination.
Where is problem ?

>> "style" attribute would be redundant.
CP>    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:css="http://
CP> www.w3.org/2008/css">
CP>    <div css:float="left" css:width="20em">

xmlns:css="http://www.w3.org/2008/css"
  and
css:
  are redundant too.

<html>
<div float="left" width="20em">
  

P.S.
Single reason to use namespace is
to use _two tags with identical names_,
but with different actions.



Dmitry Turin
SQL5      (5.9.1)  http://sql50.euro.ru
HTML6     (6.5.1)  http://html60.euro.ru
Unicode7  (7.2.1)  http://unicode70.euro.ru
Computer2 (2.0.2)  http://computer20.euro.ru

Received on Wednesday, 16 January 2008 08:07:09 UTC