pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

[elements] layout elements must be inplace, semantic elements must not #61

Open kapouer opened 5 years ago

kapouer commented 5 years ago

Also inplace elements should not need "block-data" attributes but just be able to be parsed from html. Only in edge-cases block-data should be used, as a workaround.

This will improve api.page (because less blocks will be fetched), searching through blocks, and copy/paste in general.

This would also make a case for how classes are applied.