Re: [css3-hyperlinks] inclusion of Clink in next WD

>> Style language is not just colors and font styles,
>> style language is way to turn markup into user friendly page,
> Very well.  Please address the technical concern I raised.    
Let's say that link-source property applies only to
generated content. Then your technical concern will be addressed and 
in the same time basic functionality will be preserved

a[href]::outside 
	{link-source:attr(href)}
blockquote[cite]::before 
	{display:block;
	content:"Quoted from " attr(cite);
	link-source:attr(cite)}

> So now we're assigning semantics using CSS, basically?
No. Semantics is carried by markup (for instance cite attribute 
for blockquote element, we are just changing 
the way blockquote element is represented by UA).

Received on Sunday, 14 March 2004 18:56:51 UTC