[heycam/webidl] Consider renaming all legacy extended attributes (#350)

I'm not sure this is worth the churn, but if we wanted to, let's do it all at once.

- LenientSetter -> LegacyLenientSetter
- LenientThis -> LegacyLenientThis
- NamedConstructor -> LegacyNamedConstructor
- OverrideBuiltins -> LegacyOverrideBuiltins??
- Replaceable -> LegacyReplaceable?
- TreatNonObjectAsNull -> LegacyTreatNonObjectAsNull
- TreatNullAs=EmptyString -> LegacyNullToEmptyString (different naming scheme than LegacyTreatNonObjectAsNull since it operates on types, not callback functions)
- Unforgeable -> LegacyUnforgeable???

I have attached varying degrees of ?s for the ones I am unsure on.

-- 
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/350

Received on Tuesday, 25 April 2017 14:08:16 UTC