[heycam/webidl] ObservableArray is in DistinguishableType production but is not in distinguishable table (#999)

* https://heycam.github.io/webidl/#prod-DistinguishableType

  > ```
  > DistinguishableType ::
  >     PrimitiveType Null
  >     StringType Null
  >     identifier Null
  >     sequence < TypeWithExtendedAttributes > Null
  >     object Null
  >     symbol Null
  >     BufferRelatedType Null
  >     FrozenArray < TypeWithExtendedAttributes > Null
  >     ObservableArray < TypeWithExtendedAttributes > Null
  >     RecordType Null
  > ```

* https://heycam.github.io/webidl/#dfn-distinguishable

If it's intentionally not distinguishable, I think it shouldn't be in DistinguishableType.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/999

Received on Wednesday, 21 July 2021 18:46:08 UTC