Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e29507

Browse files
Remove empty css flags tags from the css directory (non-CSS2) (8/8) (#32151)
* remove empty flags tags from the (non CSS2) css directories * remove extra spaces from merge
1 parent e512b2d commit 5e29507

914 files changed

Lines changed: 0 additions & 914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/compositing/background-blending/background-blend-mode-gradient-image.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="reviewer" title="Mihai Balan" href="mailto:[email protected]">
88
<link rel="reviewer" title="Rik Cabanier" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#background-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that setting background-blend-mode property for an element with two background layers (a gradient and a png image) results in blending between the two layers.">
1211
<link rel="match" href="reference/background-blend-mode-gradient-image-ref.html">
1312
<style>

css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="reviewer" title="Mihai Balan" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
1010
<meta name="assert" content="Test checks that an element with mix-blend-mode having a child blends with the parent element.">
11-
<meta name="flags" content=""/>
1211
<link rel="match" href="reference/green-square.html">
1312
<style type="text/css">
1413
div {

css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that an element having mix-blend-mode, overflow:hidden and border-radius blends correctly with its parent element.">
1211
<link rel="match" href="reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.html">
1312
<style type="text/css">

css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-scroll.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that an element with mix-blend-mode and overflow:scroll blends with its parent element">
1211
<link rel="match" href="reference/mix-blend-mode-blended-element-overflow-scroll-ref.html">
1312
<style type="text/css">

css/compositing/mix-blend-mode/mix-blend-mode-blended-element-with-transparent-pixels.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<meta name="assert" content="Test checks that blending is performed with a parent
1212
that creates a stacking context, but not with any of its underlying content.
1313
The element, including its children, must blend with the parent as a whole.">
14-
<meta name="flags" content=""/>
1514
<link rel="match" href="reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.html">
1615
<style type="text/css">
1716
.parent {

css/compositing/mix-blend-mode/mix-blend-mode-blended-with-3D-transform.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that the element with mix-blend-mode and 3D transform blends correctly with its parent">
1211
<link rel="match" href="reference/mix-blend-mode-blended-with-3D-transform-ref.html">
1312
<style type="text/css">

css/compositing/mix-blend-mode/mix-blend-mode-blended-with-transform-and-perspective.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that an element having mix-blend-mode and perspective blends correctly with its parent">
1211
<link rel="match" href="reference/mix-blend-mode-blended-with-transform-and-perspective-ref.html">
1312
<style type="text/css">

css/compositing/mix-blend-mode/mix-blend-mode-blending-with-sibling.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="reviewer" title="Mihai Balan" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
1010
<meta name="assert" content="Test checks that an element with mix-blend-mode blends with a sibling element">
11-
<meta name="flags" content=""/>
1211
<link rel="match" href="reference/green-square.html">
1312
<style type="text/css">
1413
div {

css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that the element with mix-blend-mode blends with the parent element (both with 3D transform)">
1211
<link rel="match" href="reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.html">
1312
<style type="text/css">

css/compositing/mix-blend-mode/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="author" title="Ion Roșca" href="mailto:[email protected]">
88
<link rel="reviewer" title="Mihai Țică" href="mailto:[email protected]">
99
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
10-
<meta name="flags" content="">
1110
<meta name="assert" content="Test checks that the element with mix-blend-mode, overflow:hidden and border-radius blends correctly with its parent, as well as with the sibling element where they overlap.">
1211
<link rel="match" href="reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.html">
1312
<style type="text/css">

0 commit comments

Comments
 (0)