Hello Helpers ,
as I use 'full grid display' in my website, all elements are positioning by coordinates ( columns / rows ),
By convenience , I have "header/main/nav/footer" tags ( parts of 'semantic tags' ) , and all others elements are without any 'parents' elements.
for a simple question : How can I have 'semantics tags effects' despite the others tags are out of nest ( without container in the DOM ) ?
I know the 'role' attribute can be an answer.
Thanks in advance
as I use 'full grid display' in my website, all elements are positioning by coordinates ( columns / rows ),
By convenience , I have "header/main/nav/footer" tags ( parts of 'semantic tags' ) , and all others elements are without any 'parents' elements.
for a simple question : How can I have 'semantics tags effects' despite the others tags are out of nest ( without container in the DOM ) ?
I know the 'role' attribute can be an answer.
Thanks in advance