microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
807 stars 54 forks source link

XAML Standard API Specificity #227

Open jkoritzinsky opened 6 years ago

jkoritzinsky commented 6 years ago

As XAML Standard is developed, can the standard spec file include the specific list of members that each control must support to implement the XAML Standard?

As a developer of another XAML-based UI that's planning on trying to support XAML Standard, it's really difficult to make sure we're implementing our XAML Standard controls with the correct behavior without knowing exactly which properties/events are required by the standard.

insinfo commented 6 years ago

@jkoritzinsky I agree and support +1

touseefbsb commented 6 years ago

yes set of events, properties and methods should be standardized for sure

4creators commented 6 years ago

That's an obvious requirement for any reasonable interoperability via standard specification which even indirectly involves an API. It is possible to define XAML standard with restricting it only to xaml declarations, nevertheless, to achive anything close to interoperability an API standard is a must.