From 0f666b0ee916059d3cbe8eab59c57fe1a797cacb Mon Sep 17 00:00:00 2001 From: Harini Kannan Date: Wed, 15 Nov 2017 16:20:02 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8d46801..4143ed6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -# XAML Standard +# Vocabulary specification for the XAML Standard, a unified markup dialect for defining user interface elements and their behaviors ## Updates: _Thank you for patiently bearing with us as we have been iterating over feedback and working to better define the principles for XAML Standard._ ## Principles: -* Different platforms have different personalities and capabilities. For the best end-user experience, developers build native apps that embrace the native personalities and capabilities of the platforms and device form factors. +* Different platforms have different personalities and capabilities. For the best end-user experience, developers build native apps that embrace the native personalities and capabilities of the platforms and device form factors. * **Xamarin** and **Xamarin.Forms** are optimized for developers building native mobile scenarios and focuses on exposing the common and abstracted subset of controls and capabilities most needed by mobile developers. * **Windows 10 XAML** and **WPF** are optimized for native Windows experiences and focuses on exposing the full and unique capabilities of the Windows platform. Developers empowered with **Windows 10 XAML** and **WPF**, can harness the full and unique capabilities of the Windows platform, including the most rich and demanding experiences optimized for use with mouse, keyboard and touch. -* We will continue to optimize **Xamarin.Forms** as an abstraction layer for native mobile development and optimize **Windows 10 XAML** and **WPF** for Windows native experiences. +* We will continue to optimize **Xamarin.Forms** as an abstraction layer for native mobile development and optimize **Windows 10 XAML** and **WPF** for Windows native experiences. XAML Standard is an alignment effort targeted at finding the right middle ground of concepts and tags that can be shared between Microsoft’s XAML UI systems to make it easier to work with XAML regardless of target platforms. ## Revised definition and scope: -* XAML Standard is an alignment effort targeted at finding the right middle ground of concepts and tags that can be shared between Microsoft’s XAML UI systems to make it easier to work with XAML regardless of target platforms. * XAML Standard is set of principles that drive XAML dialect alignment and not a product or product feature. For more details on the updated principles, see [Principles](docs/reviewboard.md#principles) ## Timeframe: @@ -30,13 +29,4 @@ For more information, read the [faqs](docs/faq.md). We encourage you to start a discussion or give us direct feedback by [filing an issue](https://github.com/Microsoft/xaml-standard/issues) or [starting a proposal](https://github.com/Microsoft/xaml-standard/labels/proposal). -### _If you are posting an API for XAML standard consideration:_ -- Mark it with the label: "proposal". -- Add a brief overview of what you are proposing and why it belongs in XAML Standard alignment effort (in keeping with the principles of the effort). -- Provide a clear usecase/scenario that describes how this API benefits in sharing across XAML UI platforms, preferably a scenario from your experience or application that clearly illustrates why a control/API would benefit from being aligned. -- Add a brief example in XAML syntax for your proposal. -- Provide links to issues/discussions where this proposal has been talked about as well as any other pointer to where this originated or got discussed that could describe the motivation. - -See [proposals-faq](docs/proposalsfaq.md) for more information. - This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). From 3c93f76f3b292ba22032b47d1e88f433e869f244 Mon Sep 17 00:00:00 2001 From: Harini Kannan Date: Wed, 15 Nov 2017 16:36:29 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4143ed6..d685aa7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vocabulary specification for the XAML Standard, a unified markup dialect for defining user interface elements and their behaviors +# XAML Standard : a set of principles that drive XAML dialect alignment ## Updates: _Thank you for patiently bearing with us as we have been iterating over feedback and working to better define the principles for XAML Standard._