- From: trchen1033 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 06 Nov 2017 17:07:18 +0000
- To: public-css-archive@w3.org
Oops, the example was not escaped properly.
```html
<div id=root style=”transform-style:preserve-3d;”>
<div style=”transform-style:preserve-3d; position:absolute; transform:translateZ(2px)”>A</div>
<div id=isolate style=”isolation:isolate;”>
<div style=”transform-style:preserve-3d; position:absolute; transform:translateZ(1px)”>B</div>
<div style=”transform-style:preserve-3d; position:absolute; transform:translateZ(3px)”>C</div>
</div>
</div>
```
--
GitHub Notification of comment by trchen1033
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1944#issuecomment-342216393 using your GitHub account
Received on Monday, 6 November 2017 17:07:31 UTC