Skip to content

Commit

Permalink
Clarify note about enum conversion exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Mar 1, 2019
1 parent 13e5ff2 commit 1bf01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5125,7 +5125,7 @@ whose type is the enumeration, is language binding specific.

Note: In the ECMAScript binding, assignment of an invalid string value to an
[=attribute=] is ignored, while
passing such a value as an [=operation=] argument
passing such a value in other contexts (for example as an [=operation=] argument)
results in an exception being thrown.

No [=extended attributes=]
Expand Down

0 comments on commit 1bf01fa

Please sign in to comment.