Skip to content

Commit b506a5a

Browse files
Rik Cabaniersvgeesus
authored andcommitted
Fixed bad markup and wrong initial value of background-blend-mode
1 parent d5118b5 commit b506a5a

2 files changed

Lines changed: 1138 additions & 1722 deletions

File tree

compositing-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ This module also extends the <a href="http://www.w3.org/TR/2dcontext2/#dom-conte
5353
<h3 id="values">Values</h3>
5454

5555
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
56-
definition conventions</a> from [CSS21]. Value types not defined in
57-
this specification are defined in CSS Level 2 Revision 1 [CSS21]. Other CSS
58-
modules may expand the definitions of these value types: for example [CSS3COLOR],
56+
definition conventions</a> from [[!CSS21]]. Value types not defined in
57+
this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS
58+
modules may expand the definitions of these value types: for example [[!CSS3COLOR]],
5959
when combined with this module, expands the definition of the &lt;color>
6060
value type as used in this specification.
6161

@@ -266,7 +266,7 @@ In CSS, a background image or the content of an <a element>img</a> must always b
266266

267267
In SVG, 'mask' always creates an isolated group.
268268

269-
h4 id="background-blend-mode">The 'background-blend-mode' property</h4>
269+
<h4 id="background-blend-mode">The 'background-blend-mode' property</h4>
270270

271271
Defines the blending mode of each background layer.
272272

@@ -276,7 +276,7 @@ The description of the 'background-blend-mode' property is as follows:
276276

277277
<pre class='propdef'>
278278
Name: background-blend-mode
279-
Value: <<blend-mode>>
279+
Value: <<blend-mode>>#
280280
Initial: normal
281281
Applies to: All HTML elements
282282
Inherited: no

0 commit comments

Comments
 (0)