Skip to content

Commit 2753204

Browse files
tabatkinssvgeesus
authored andcommitted
Add 'Use <i> autolinks' metadata to appropriate specs.
1 parent 06a7716 commit 2753204

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css-masking-1/Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ <h1>CSS Masking Module Level 1</h1>
1313
Editor: Brian Birtles, Mozilla Japan, bbirtles@mozilla.com
1414
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/
1515
Abstract: CSS Masking provides two means for partially or fully hiding portions of visual elements: masking and clipping.
16-
Abstract:
16+
Abstract:
1717
Abstract: Masking describes how to use another graphical element or image as a luminance or alpha mask. Typically, rendering an element via CSS or SVG can conceptually described as if the element, including its children, are drawn into a buffer and then that buffer is composited into the element's parent. Luminance and alpha masks influence the transparency of this buffer before the compositing stage.
18-
Abstract:
18+
Abstract:
1919
Abstract: Clipping describes the visible region of visual elements. The region can be described by using certain SVG graphics elements or basic shapes. Anything outside of this region is not rendered.
2020
Test Suite: http://test.csswg.org/suites/css-masking/nightly-unstable/
21+
Use <i> Autolinks: yes
2122
</pre>
2223

2324
<style type="text/css">
@@ -61,7 +62,7 @@ <h3 id="masking">Masking</h3>
6162

6263
Masks are applied using the 'mask-image' or 'mask-border-source' properties.
6364

64-
The 'mask-image' property may reference a <a element>mask</a> element. The content of the <a element>mask</a> element serves as the mask.
65+
The 'mask-image' property may reference a <a element>mask</a> element. The content of the <a element>mask</a> element serves as the mask.
6566

6667
Alternatively, for many simple uses, the 'mask-image' property may refer directly to images to be used as mask, forgoing the need for an explicit <a element>mask</a> element. This mask can then be sized and positioned just like CSS background images using the 'mask-position', 'mask-size' and other characterizing properties.
6768

@@ -241,7 +242,7 @@ <h3 id="the-clip-path">Clipping Shape: the 'clip-path' property</h3>
241242

242243
<h2 id="svg-clipping-paths">SVG Clipping Path Sources</h2>
243244

244-
<h3 id="ClipPathElement">The <a element>clipPath</a> element</h3>
245+
<h3 id="ClipPathElement">The <a element>clipPath</a> element</h3>
245246

246247
<!--elementsummary clipPath-->
247248

@@ -389,7 +390,7 @@ <h3 id="the-mask-image">Mask Image Source: the 'mask-image' property</h3>
389390

390391
Note: A value of ''none'' in a list of <<mask-reference>>s may influence the masking operation depending on the used compositing operator specified by 'mask-composite'.
391392

392-
Note: A <<mask-source>> counts as mask layer and can be combined in a repeatable <<mask-reference>> list with <<image>> or further <<mask-source>> list items.
393+
Note: A <<mask-source>> counts as mask layer and can be combined in a repeatable <<mask-reference>> list with <<image>> or further <<mask-source>> list items.
393394

394395
Note: An element can also be masked with 'mask-border-source'. See 'mask-border-source' for the interaction of that property with 'mask-image'.
395396

@@ -556,7 +557,7 @@ <h3 id="the-mask-clip">Masking Area: the 'mask-clip' property</h3>
556557
Values have the following meanings:
557558

558559
<dl dfn-for=mask-clip dfn-type=value>
559-
<dt><dfn>content-box</dfn></dt>
560+
<dt><dfn>content-box</dfn></dt>
560561
<dd>
561562
The painted content is restricted to (clipped to) the <em>content box</em>.
562563
</dd>

0 commit comments

Comments
 (0)