mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes
This commit is contained in:
parent
205ea844f4
commit
5e8e1208e7
40 changed files with 144 additions and 97 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<html style="transform: skewY(0.08turn); overflow: -moz-hidden-unscrollable; position: absolute;">
|
||||
<html style="transform: skewY(0.08turn); overflow: clip; position: absolute;">
|
||||
<body style="border-bottom: thick solid; transform: skewX(30grad);">
|
||||
<table style="visibility: collapse; display: list-item;"></table>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue