Skip to content

Commit

Permalink
Add editors markup to 'extensible web' notes
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed May 17, 2021
1 parent d60ac81 commit 53da06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Expand Up @@ -280,7 +280,7 @@ <h1>Realm.prototype.evaluate ( _sourceText_ )</h1>
1. Return ? PerformRealmEval(_sourceText_, _callerRealm_, _evalRealm_).
</emu-alg>

<emu-note>
<emu-note type=editor>
Extensible web: This is the dynamic equivalent of a &lt;script&gt; in HTML.
</emu-note>
</emu-clause>
Expand All @@ -299,7 +299,7 @@ <h1>Realm.prototype.importValue ( _specifier_, _exportName_ )</h1>
1. Return ? RealmImportValue(_specifierString_, _exportNameString_, _callerRealm_, _evalRealm_, _evalContext_).
</emu-alg>

<emu-note>
<emu-note type=editor>
Extensible web: This is equivalent to dynamic import without having to evaluate a script source, which might not be available (e.g.: when CSP is blocking source evaluation).
</emu-note>
</emu-clause>
Expand Down

0 comments on commit 53da06d

Please sign in to comment.