Accessibility Changes
After running my webpages through WAVE, I made the following changes in order to have 0 errors:
- Removed redundant title tags from my images,
- Added a "skip to main content" links on every page,
- & made sure to clearly identify any text that deviates from the main content of each page (e.g. captions).
HTML/CSS Validation & Metadata Changes
Before I added the metadata, I ran the HTML code through the W3C Markup Validator and fixed code that had unorganized lists nested within paragraphs because it repeatedly caused the error "No p element in scope but a p end tag seen." I then ran my CSS sheet through the validator and fixed an instance in which I had written "font-weight: none" rather than "font-weight: normal." Doing so led to my CSS sheet having no errors:
Currently, the only errors showing for my HTML webpage code are due to the metadata and my Creative Commons Licensing.
Cross-Browser Testing
Cross-browser tests did not go well for Firefox until I reduced the font-sizes for h1 and h2 text.