Skip to content

Commit 831c461

Browse files
committed
Remove StringContext handling from DOMString conversion algorithm
1 parent 29b25b6 commit 831c461

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

index.bs

-7
Original file line numberDiff line numberDiff line change
@@ -7583,13 +7583,6 @@ value when its bit pattern is interpreted as an unsigned 64-bit integer.
75837583
A JavaScript value |V| is [=converted to an IDL value|converted=]
75847584
to an IDL {{DOMString}} value by running the following algorithm:
75857585

7586-
1. If the conversion is to an IDL type [=extended attribute associated with|associated with=] the
7587-
[{{StringContext}}] extended attribute, then set |V| to the result of [=validate the string in context=], passing
7588-
[=this=], |V|, the {{StringContext}} extended attribute [=identifier=], and the [=identifier=]
7589-
of the [{{StringContext}}] extended attribute [=related construct=].
7590-
7591-
Note: That algorithm may [=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
7592-
75937586
1. If |V| is <emu-val>null</emu-val> and the conversion is to an IDL type
75947587
[=extended attribute associated with|associated with=] the [{{LegacyNullToEmptyString}}] extended
75957588
attribute, then return the {{DOMString}} value that represents the empty string.

0 commit comments

Comments
 (0)