Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GridSyntaxSpec.md #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions active/gridsyntax/GridSyntaxSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,3 @@ In terms of usage of this new XAML language feature in Visual Studio, VS needs a
* KPI: A slight increase (<5%) of apps released to the Windows store were created by new developers
* Measurement: How many apps using this new syntax were created by new/first-time developers

# Open Questions
- Is this a read-only property, or does it work for any type of property, including read-only?
- What are the important tooling details that should be included for implementation? Some previous concerns to think about..
- Parser/designer understanding coldefs and rowdefs
- Should be easier since we are implementing without a type converter (using content property assignment instead). Will we face any challenges in the CreateFromString side? i.e. would we be creating unvalidateable attributes?
- Need the ability to see what XAML version developer is using
- Finalized decision (maybe just need a refresher on this): How are we sending out this update - updating xmlns, formal update to XAML language, ms-xaml spec update?