Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed security note
  • Loading branch information
davedbase committed Oct 30, 2025
commit fe3539de240cb32edaed1af794e06ad79ee1f8c7
4 changes: 2 additions & 2 deletions src/routes/reference/jsx-attributes/innerhtml.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tags:
- markup
version: '1.0'
description: >-
Set raw HTML content in SolidJS elements using innerHTML attribute. Render
HTML strings dynamically with security considerations for user data.
Set raw HTML content in SolidJS elements using innerHTML attribute and render
HTML strings dynamically.
---

The `innerHTML` attribute is equivalent to the [`innerHTML` DOM property](https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML).
Expand Down