mozumder / HTML6

An HTML6 proposal for single-page apps without Javascript.
85 stars 7 forks source link

Model or property? #8

Open AndySky21 opened 9 years ago

AndySky21 commented 9 years ago

Proposal, example 1, lines 6-10 Model elements nested inside <model> seem misplaced (primarily because they are not containers). Were they meant to be <property> elements?

mozumder commented 9 years ago

I restructured the example. Check if it's still confusing.

AndySky21 commented 9 years ago

No, it's clearer now. <model> elements for response and single resource, <field> elements for resource properties. It has more consistency, though it's still qute complex (but as stated in mailing list messages, it isn't at all possible to solve this scenario without adding complexity).