HTMHell icon indicating copy to clipboard operation
HTMHell copied to clipboard

A collection of bad practices in HTML found on real websites.

Results 49 HTMHell issues
Sort by recently updated
recently updated
newest added

Hi @matuzo I noticed this repo has files in the `favicon` folder, as well as other sources that, that get merged into the webroot folder `/` at build time. How...

I noticed there are the following files in the `hell/favicon` folder: - `favicon-16x16.png` - `favicon-32x32.png` - `favicon.ico` It looks like the `favicon.ico` already has the 16x16, 32x32, and 48x48 sizes...

Hi @matuzo Fixes #75 In this PR: - Added light/dark-compatible colour themes to the site's various scrollbars. - Tested in Chrome latest, Safari latest, Firefox latest on MacOS. [Current support...

Since the site uses HTTP/2, we can safely break up the CSS into many smaller (and fit for purpose) files, and use `@import`. 😱 Splitting up the CSS will help...

Hey @matuzo Fixes #74 ### In this PR The bulk of this PR is to do with logo usage - Logo enhancments as per #74 (Refactored, minified) - Replace the...

Hi @matuzo With your permission, I'd like to separate layout templates into their own root `_layouts` folder, so that we get the following structure: ``` hell/ - _includes/ - _layouts/...

Hi @matuzo One thing that stood out to me, was the default grey scrollbars could do with a lick of paint. What about re-using the theme colours for the scrollbar...

Hi @matuzo I was looking at the HTMHell logo, and it looks like it could be improved by: - [x] re-using the pentacle side shapes and rotating each one, -...

The examples may be improved by putting the bad and good code together at the end of explanations to compare it 😃

Explain why it exists, how it works and how to contribute