1.0.3
- Rename
head-req-charset-utf
to req-charset-utf
- Rename
head-req-meta
to head-meta-charset
- Adds a description of the rules
- Adds
htmlacademy/charset-position
<head>
<meta charset="utf-8">
<title>Title</title>
</head>
- Adds
form-action-attribute
<form action="https://echo.htmlacademy.ru"></form>
- Adds
img-svg-req-dimensions
<img src="images/image.jpg" width="500" height="300" alt="">
<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0"></rect>
</svg>
<p>Lorem ipsum <br>dolor <br>sit amet.</p>
<p>Lorem ipsum <br>dolor sit amet.</p>
<p><br>sit amet.</p>
<a href="https://htmlacademy.pro" target="_blank" rel="noreferrer noopener">Link</a>