Our CSS implementation differs from "standard" CSS in various ways:
- we have vendor specific properties
- we have extended functionality such as the color derivation functions
- we do not implement some features (certain selectors, box model for example)
- we implement some but not all standard properties
We need a document that describes our CSS compatibility story or we may possibly need two. The first document would be fairly high level and would be directed towards Product Management and executives who want to know what the general story is and what was the thinking behind deviating from 100% standard CSS. Beyond the first document, our compatibility story should be documented for developers. This may just be an addition to our existing CSS Reference Guide if it's not there already.
- we have vendor specific properties
- we have extended functionality such as the color derivation functions
- we do not implement some features (certain selectors, box model for example)
- we implement some but not all standard properties
We need a document that describes our CSS compatibility story or we may possibly need two. The first document would be fairly high level and would be directed towards Product Management and executives who want to know what the general story is and what was the thinking behind deviating from 100% standard CSS. Beyond the first document, our compatibility story should be documented for developers. This may just be an addition to our existing CSS Reference Guide if it's not there already.
- duplicates
-
JDK-8091449 determine compatibility level for details given in the CSS Reference Guide
- Closed