- From: inoas via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Dec 2016 13:25:32 +0000
- To: public-css-archive@w3.org
@Crissov then the rule would be whatever is set as a property (with
the same or higher specificity, obviously) overwrites each other? E.g.
would this hold true?
```css
div {
dimensions: 100px 200px; /* width: 100px, height 200px */
width: 50px; /* width: 50px, height: 200px */
dimensions: 100px; /* width: 100px, height: 200px */
/* Related / Off-Topic: */
dimensions: 100px aspect-ratio(calc(9/16)); /* width: 100px, height:
56.26px */
}
```
--
GitHub Notification of comment by inoas
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/820#issuecomment-268989366
using your GitHub account
Received on Friday, 23 December 2016 13:25:33 UTC