- From: François REMY <francois.remy.dev@outlook.com>
- Date: Thu, 4 Apr 2013 18:03:10 +0200
- To: "Brian Kardell" <bkardell@gmail.com>, <public-nextweb@w3.org>
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