Skip to content

Commit 4c25d95

Browse files
committed
Add mention of noscript element
1 parent 7929dc9 commit 4c25d95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ One element is special, and comes with another property: `<template>` with
176176
`children`, like other elements, but instead on a `content` property which
177177
houses a [`Root`][root] node.
178178

179+
`<noscript>` elements should house their tree in the same way as other elements,
180+
as if scripting was not enabled.
181+
179182
```idl
180183
interface Element <: Parent {
181184
type: "element";

0 commit comments

Comments
 (0)