Re: ISSUE-41/ACTION-97 decentralized-extensibility

2009/10/24 Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>:
> If source readability/short code is the primary usecase, then we should look
> more thoroughly at the shorthand syntax notation idea that Håkon brought
> forward in a thread in February: [1]
>
>   Normal: <p class="abstract">
> Shorthand: <p.abstract>
>
> [1] http://lists.w3.org/Archives/Public/public-html/2009Feb/0136

I followed that thread and found this example:

<p#myid.myclass1.myclass2>...</p> is equivalent of
<p id="myid" class="myclass1 myclass2">...</p>

...but we can't have that because an ID may contain a period.  We'd
have to do something like put class names first to prevent <p
id="myid.myclass1.myclass2">, or have spaces between them.

-- 
Lee
www.webdeavour.co.uk

Received on Monday, 26 October 2009 08:53:59 UTC