Skip to content

Commit f732955

Browse files
authored
Update README.md
Remove placeElement note and add back the note about privacy.
1 parent 486cfa4 commit f732955

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# **NOTE: the placeElement proposal is currently not being worked on. [See drawElement instead](https://github.com/WICG/html-in-canvas/blob/main/README.md).**
2-
3-
# HTML-in-Canvas
4-
1+
# HTML-in-Canvas
52

63
We propose new HTML Canvas APIs for rendering HTML content into the canvas for Canvas 2D and WebGL.
74

@@ -46,6 +43,8 @@ See [Issue#11](https://github.com/WICG/html-in-canvas/issues/11) for an ongoing
4643

4744
Offscreen canvas contexts and detached canvases are not supported because drawing DOM content when the canvas is not in the DOM poses technical challenges. See [Issue#2](https://github.com/WICG/html-in-canvas/issues/2) for further discussion.
4845

46+
**NOTE**: When using this feature in a DevTrial, take steps to avoid leaking private information, as privacy controls to disable painting of [PII](https://en.wikipedia.org/wiki/Personal_data) are still in-progress.
47+
4948
```idl
5049
interface CanvasRenderingContext2D {
5150

0 commit comments

Comments
 (0)