Skip to content

Commit

Permalink
Adjust strange sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-J86 committed Nov 29, 2024
1 parent 2cccf4f commit d1cfe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/abomination-stylesheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
- Igor-J86
---

The different browsers today are pretty forgiving when it comes to HTML markup and CSS. They have become good at rendering the markup, even if it‘s invalid HTML markup, causing the HTML validation to fail. While we should always strive to write valid HTML markup, mistakes do happen, and luckily the browsers do a pretty good job at rendering the code without breaking the layout completely. But, we still have invalid HTML markup, and our goal was to address these issues by making a low-level HTML markup quality assurance tool.
The different browsers today are pretty forgiving when it comes to HTML markup and CSS. They have become good at rendering the markup, even if it‘s invalid HTML markup and will cause HTML validation to fail. While we should always strive to write valid HTML markup, mistakes do happen, and luckily the browsers do a pretty good job at rendering the code without breaking the layout completely. But, we still have invalid HTML markup, and our goal was to address these issues by making a low-level HTML markup quality assurance tool with CSS.

The intention of such a tool is that we suddenly have continuous live testing tool for markup code across different teams / applications, with no need of additional dependencies. It can be included in the `<head>` of the project as a standalone stylesheet, based on the environment we want it to appear in, or import it into an existing CSS.

Expand Down

0 comments on commit d1cfe0f

Please sign in to comment.