Safely parse and display untrusted HTML content from user input by removing unsafe elements and attributes. Affected web-feature IDs: [sanitizer](https://webstatus.dev/features/sanitizer) Use case subdir: [guides/security/sanitize-untrusted-html](https://github.com/GoogleChrome/modern-web-guidance-src/tree/main/guides/security/sanitize-untrusted-html) Related features: #685 <!-- required-files-start: automatically updated by sync-use-cases.ts, do not edit --> **Required files:** - [x] Use case metadata (guide.md frontmatter) - [x] demo.html - [ ] Use case guidance (guide.md) - [ ] expectations.md - [ ] tasks/task.md - [ ] negative-demo.html - [ ] grader.ts <!-- required-files-end -->
Safely parse and display untrusted HTML content from user input by removing unsafe elements and attributes.
Affected web-feature IDs: sanitizer
Use case subdir: guides/security/sanitize-untrusted-html
Related features: #685
Required files: