I have created the pull request to merge into the master. I need to review all the files and folders and see if I can commit by file / folder rather than on one large chunk. This will make it easier for me to manage the merge.
I have uploaded the template file located in the Examples folder.
I have uploaded the related CSS
I have added a fonts folder.
Master Template and global changes HTML
• Remove tabindex -1 from H1
• updated calls to JS removing obsolete type="text/javascript"
Component changes HTML
• replaced DIV elements and ARIA roles with Native HTML
• removed legacy DIVS and or SPANS no longer in use
Component changes CSS
• updated CSS to map to HTML changes
• fixed misaligned visual toggle icons
• removed legacy CSS
• modernised to use CSS variables and set root colours so there is one place to change colours globally (not completed)
• added missing box-model cross browser fix
Hi Bryan
I have created the pull request to merge into the master. I need to review all the files and folders and see if I can commit by file / folder rather than on one large chunk. This will make it easier for me to manage the merge.
Master Template and global changes HTML • Remove tabindex -1 from H1 • updated calls to JS removing obsolete type="text/javascript" Component changes HTML • replaced DIV elements and ARIA roles with Native HTML • removed legacy DIVS and or SPANS no longer in use Component changes CSS • updated CSS to map to HTML changes • fixed misaligned visual toggle icons • removed legacy CSS • modernised to use CSS variables and set root colours so there is one place to change colours globally (not completed) • added missing box-model cross browser fix