Skip to content

Commit

Permalink
fix: HTML validation issue (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Mar 4, 2021
1 parent fd93dcb commit a479122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_houdini/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 id="Basic_example">Basic example</h2>
<p>Using {{cssxref("@property")}} however, we can declare the custom property with a {{CSSxRef("@property/syntax","syntax")}} of <code>&lt;color&gt;</code>. This shows that we need this property to have a value which is a valid color.</p>

<pre class="brush:css">@property --background-color {
syntax: '<color>';
syntax: '&lt;color&gt;';
inherits: false;
initial-value: blue;
}</pre>
Expand Down

0 comments on commit a479122

Please sign in to comment.