Skip to content

Commit 3ded7b5

Browse files
committed
[html-drawing] Update "known limitations"
1 parent 95c1ab7 commit 3ded7b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

framework/drawing/drawing-dom.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ Notes:
9595

9696
- no rendering of shadow DOM
9797

98-
- no rendering of list item bullets or numbers (a consequence of not rendering shadow DOM)
99-
10098
- no CSS box-shadow, text-shadow, gradients
10199

102100
- only `solid` border-style
@@ -105,7 +103,7 @@ Notes:
105103

106104
- images hosted on different domains might not be rendered, unless permissive [Cross-Origin HTTP headers](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image) are provided by the server. Similarly, fonts might not be possible to load cross-domain.
107105

108-
- the output is always a single page (no page breaking is performed)
106+
- no automatic page breaking is performed
109107

110108

111109
## Supported browsers

0 commit comments

Comments
 (0)