Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put trusted type first when declaring union in IDL files (#564)
This is for consistency with how it is done in the HTML specification and in the PR to DOM (whatwg/dom#1268). This is not web-exposed but may matter for implementations. For example, they may generate different C++ structure to represent `(TrustedHTML or DOMString)` and `(DOMString or TrustedHTML)`.
- Loading branch information