Now that we have the ability to choose the tag for sections, rows, columns we seem to be missing one tag.
Can we add the section tag to the tag selector options? Or is there a reason you have omitted it?
Now that we have the ability to choose the tag for sections, rows, columns we seem to be missing one tag.
Can we add the section tag to the tag selector options? Or is there a reason you have omitted it?
Howdy, @urchindesign!
I have gone ahead and added <section> as an option to all the layout elements. Keep in mind that you’ll want to be careful when using this that it is being setup semantically, but the same goes for other elements like <article>, <header>, <footer>, et cetera. My main reason for leaving it out was a concern for conflating our “Section” element with <section> markup, but I think that it makes sense to include this in the list. We will still default to <div> on everything as it’s the cleanest option to start from.
Thanks!
That’s perfect. Thanks.
I understand the implications that is why I asked. Makes sense to default to a div.
Exciting times…
You’re welcome! Thanks for bringing it up. Good one to have included.