Currently the combined use of type section and fieldset with css properties defines the layout for the bootstrap decorator and the material decorator is adding a grid system, but a generalised layout model is needed for a standard that can be implemented by any library.
The key elements will always be: horizontal grouping, vertical grouping, width & height with additional support for passing alignment and more view specific details if needed.
The grid attribute is short and to the point although I was also partial to structure early on. Grid being a parent object for anything layout related can help separate structure and make it easier to find and operate on or set defaults for.
Currently the combined use of type section and fieldset with css properties defines the layout for the bootstrap decorator and the material decorator is adding a grid system, but a generalised layout model is needed for a standard that can be implemented by any library.
The key elements will always be: horizontal grouping, vertical grouping, width & height with additional support for passing alignment and more view specific details if needed.
ASF Bootstrap is very bootstrap centric
ASF Material is currently a little flex centric
Proposed
The grid attribute is short and to the point although I was also partial to structure early on. Grid being a parent object for anything layout related can help separate structure and make it easier to find and operate on or set defaults for.