- From: Annop Chawwalitsitthikun via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Nov 2016 08:18:06 +0000
- To: public-css-archive@w3.org
annopnod has just created a new issue for
https://github.com/w3c/csswg-drafts:
== css new standard idea ==
css new standard idea
**code**
<style>
#Data{
width: 100px;
}
#Topic{
width: #Data.width;// #Topic width= 100px;
}
#Topic2{
width: #Data.width + 100px;// #Topic width= 200px;
}
</style>
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/759 using your GitHub
account
Received on Thursday, 24 November 2016 08:18:13 UTC