Re: Shadow dom regions

However, there’s maybe a way, using CSS Variables, to make something 
interesting.

    var-template: template1{
        region1: template2{
            regionA: ...
            regionB: ...
        },
        region2: auto
    }

and

    #region1 { var-template: var(parent(template) region1)

I'll have to think about this.


From: Brian Kardell
Sent: Thursday, April 04, 2013 5:37 PM
To: public-nextweb@w3.org
Subject: Shadow dom regions

Since he may not post it here himself, Allen (who is a group member) has 
written an excellent piece on improving regions with shadow dom

http://blogs.adobe.com/webplatform/2013/04/03/defining-presentational-boxes-with-shadow-dom/

Discuss

Received on Thursday, 4 April 2013 16:03:38 UTC