Defect #30232
Renaming some of the containers to HTML5 specific tags instead of just DIVs
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
HTML5 has support for new markup tags, like <nav>, <header>, <section>, <article>, <footer>
By renaming containers with these tags instead, we could get rid of redundant class and ID definitions for styling, since you will be able to just call them by markup tag.
History
#1 Updated by Anonymous about 4 years ago
- File example.PNG added