WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
304573
Clean up linting issues in webkit.org/demos/grid3
https://bugs.webkit.org/show_bug.cgi?id=304573
Summary
Clean up linting issues in webkit.org/demos/grid3
Brandon
Reported
2025-12-21 08:52:04 PST
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
Comment 1
2025-12-21 08:52:12 PST
<
rdar://problem/166976550
>
Brandon
Comment 2
2025-12-21 09:04:32 PST
Pull request:
https://github.com/WebKit/WebKit/pull/55772
EWS
Comment 3
2026-01-08 05:42:22 PST
Committed
305271@main
(9931ca272f8a): <
https://commits.webkit.org/305271@main
> Reviewed commits have been landed. Closing PR #55772 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug