Skip to content

Commit

Permalink
Change to CSV for attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Jul 4, 2024
1 parent f1edbe5 commit 6c48e04
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,22 +1161,18 @@ partial interface HTMLScriptElement {

#### Slots with trusted values #### {#slots-with-trusted-values}

This document modifies {{HTMLScriptElement}}s. Each script has:
An {{HTMLScriptElement}} and {{SVGScriptElement}} have:

: an associated boolean <dfn export for="HTMLScriptElement">is trusted</dfn>.
: an associated boolean <dfn export for="HTMLScriptElement,SVGScriptElement">is trusted</dfn>.
:: A boolean indicating whether a script element is considered trustworthy for execution.
Initially true.

An {{HTMLScriptElement}} also has:

: an associated boolean <dfn export for="HTMLScriptElement">changed by trusted sink</dfn>.
:: A boolean indicating whether a script element has been modified by a trusted sink.
Initially false.

This document also modifies {{SVGScriptElement}}s. Each script has:

: an associated boolean <dfn export for="SVGScriptElement">is trusted</dfn>.
:: A boolean indicating whether a script element is considered trustworthy for execution.
Initially true.

#### The {{HTMLScriptElement/innerText}} IDL attribute #### {#the-innerText-idl-attribute}

The {{HTMLScriptElement/innerText}} setter steps are:
Expand Down

0 comments on commit 6c48e04

Please sign in to comment.