Skip to content

Commit

Permalink
Issue #148 - Declare img width and height using attributes, not inlin…
Browse files Browse the repository at this point in the history
…e style
  • Loading branch information
miketaylr committed Jun 2, 2021
1 parent c66385f commit 96e0585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility.bs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ properties to achieve white text with a black stroked text effect.
The element <pre>&ltp class="stroked-text-longhand"&gt;Serious typography&lt;/p&gt;</pre> would be
rendered as follows:

<img style="width: 381px;height: 116px;" src="stroked-text.png" alt="image of stroked text">
<img width="381" height="116" src="stroked-text.png" alt="image of stroked text">
</div>

<h3 id="css-property-values">CSS Property values</h3>
Expand Down

0 comments on commit 96e0585

Please sign in to comment.