Bug 304573
| Summary: | Clean up linting issues in webkit.org/demos/grid3 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | WebKit Website | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jond, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Other | ||
| OS: | Other | ||
Brandon
Fix various HTML, JavaScript, and CSS linting issues:
HTML:
- photos/index.html: Remove extra space in viewport meta content
- megamenu/index.html: Add missing </ul> closing tag
- megamenu/index.html: Fix malformed </a> inside <h3> tag
JavaScript:
- universal.js, museum.js: Rename HTMLElement variable to element
(HTMLElement is a reserved browser type)
- universal.js, museum.js, script.js: Remove unused event parameters
- universal.js, museum.js: Add missing semicolons
- script.js: Use strict equality (===) instead of loose equality
CSS:
- megamenu/styles.css: Add missing semicolon after margin property
- museum/styles.css: Add missing semicolon after background property
- home/toc.css: Remove unnecessary blank lines in h2 rule
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166976550>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/55772
EWS
Committed 305271@main (9931ca272f8a): <https://commits.webkit.org/305271@main>
Reviewed commits have been landed. Closing PR #55772 and removing active labels.