Skip to content

Commit f5e0eed

Browse files
authored
Merge pull request #2887 from frivoal/no-media
Drop the Media line from propdef tables
2 parents 5c0d9c6 + 930a89b commit f5e0eed

File tree

82 files changed

+28
-1279
lines changed

Some content is hidden

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

82 files changed

+28
-1279
lines changed

css-align-3/Overview.bs

-11
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ The 'justify-content' and 'align-content' Properties</h3>
865865
Applies to: block containers, multicol containers, flex containers, and grid containers
866866
Inherited: no
867867
Percentages: n/a
868-
Media: visual
869868
Computed value: specified value
870869
Animatable: no
871870
</pre>
@@ -877,7 +876,6 @@ The 'justify-content' and 'align-content' Properties</h3>
877876
Applies to: multicol containers, flex containers, and grid containers
878877
Inherited: no
879878
Percentages: n/a
880-
Media: visual
881879
Computed value: specified value
882880
Animatable: no
883881
</pre>
@@ -1084,7 +1082,6 @@ Content-Distribution Shorthand: the 'place-content' property</h3>
10841082
Applies to: block containers, flex containers, and grid containers
10851083
Inherited: no
10861084
Percentages: n/a
1087-
Media: visual
10881085
Computed value: see individual properties
10891086
Animatable: no
10901087
</pre>
@@ -1207,7 +1204,6 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
12071204
Applies to: block-level boxes, absolutely-positioned boxes, and grid items
12081205
Inherited: no
12091206
Percentages: n/a
1210-
Media: visual
12111207
Computed value: specified value
12121208
Animatable: no
12131209
</pre>
@@ -1456,7 +1452,6 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
14561452
Applies to: flex items, grid items, and absolutely-positioned boxes
14571453
Inherited: no
14581454
Percentages: n/a
1459-
Media: visual
14601455
Computed value: specified value
14611456
Animatable: no
14621457
</pre>
@@ -1668,7 +1663,6 @@ Self-Alignment Shorthand: the 'place-self' property</h3>
16681663
Applies to: block-level boxes, absolutely-positioned boxes, and grid items
16691664
Inherited: no
16701665
Percentages: n/a
1671-
Media: visual
16721666
Computed value: see individual properties
16731667
Animatable: no
16741668
</pre>
@@ -1741,7 +1735,6 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
17411735
Applies to: all elements
17421736
Inherited: no
17431737
Percentages: n/a
1744-
Media: visual
17451738
Computed value: specified value, except for ''justify-items/legacy'' (see prose)
17461739
Animatable: no
17471740
</pre>
@@ -1779,7 +1772,6 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
17791772
Applies to: all elements
17801773
Inherited: no
17811774
Percentages: n/a
1782-
Media: visual
17831775
Computed value: specified value
17841776
Animatable: no
17851777
</pre>
@@ -1800,7 +1792,6 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
18001792
Applies to: all elements
18011793
Inherited: no
18021794
Percentages: n/a
1803-
Media: visual
18041795
Computed value: see individual properties
18051796
Animatable: no
18061797
</pre>
@@ -1849,7 +1840,6 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18491840
Applies to: <a>multi-column containers</a>, <a>flex containers</a>, <a>grid containers</a>
18501841
Inherited: no
18511842
Percentages: refer to corresponding dimension of the content area
1852-
Media: visual
18531843
Computed value: as specified, with <<length>>s made absolute
18541844
Animatable: as length, percentage, or calc
18551845
</pre>
@@ -1942,7 +1932,6 @@ Gap Shorthand: the 'gap' property</h3>
19421932
Applies to: <a>multi-column containers</a>, <a>flex containers</a>, <a>grid containers</a>
19431933
Inherited: no
19441934
Percentages: refer to corresponding dimension of the content area
1945-
Media: visual
19461935
Computed value: see individual properties
19471936
Animatable: as length, percentage, or calc
19481937
</pre>

css-animations-1/Overview.bs

-9
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ The 'animation-name' property</h3>
497497
Inherited: none
498498
Animatable: no
499499
Percentages: N/A
500-
Media: interactive
501500
Computed value: As specified
502501
Canonical order: per grammar
503502
</pre>
@@ -530,7 +529,6 @@ The 'animation-duration' property</h3>
530529
Inherited: no
531530
Animatable: no
532531
Percentages: N/A
533-
Media: interactive
534532
Computed value: As specified
535533
Canonical order: per grammar
536534
</pre>
@@ -587,7 +585,6 @@ The 'animation-timing-function' property</h3>
587585
Inherited: no
588586
Animatable: no
589587
Percentages: N/A
590-
Media: interactive
591588
Computed value: As specified
592589
Canonical order: per grammar
593590
</pre>
@@ -621,7 +618,6 @@ The 'animation-iteration-count' property</h3>
621618
Inherited: no
622619
Animatable: no
623620
Percentages: N/A
624-
Media: interactive
625621
Computed value: As specified
626622
Canonical order: per grammar
627623
</pre>
@@ -664,7 +660,6 @@ The 'animation-direction' property</h3>
664660
Inherited: no
665661
Animatable: no
666662
Percentages: N/A
667-
Media: interactive
668663
Computed value: As specified
669664
Canonical order: per grammar
670665
</pre>
@@ -711,7 +706,6 @@ The 'animation-play-state' property</h3>
711706
Inherited: no
712707
Animatable: no
713708
Percentages: N/A
714-
Media: interactive
715709
Computed value: As specified
716710
Canonical order: per grammar
717711
</pre>
@@ -751,7 +745,6 @@ The 'animation-delay' property</h3>
751745
Inherited: no
752746
Animatable: no
753747
Percentages: N/A
754-
Media: interactive
755748
Computed value: As specified
756749
Canonical order: per grammar
757750
</pre>
@@ -795,7 +788,6 @@ The 'animation-fill-mode' property</h3>
795788
Inherited: no
796789
Animatable: no
797790
Percentages: N/A
798-
Media: interactive
799791
Computed value: As specified
800792
Canonical order: per grammar
801793
</pre>
@@ -846,7 +838,6 @@ The 'animation' shorthand property</h3>
846838
Inherited: no
847839
Animatable: no
848840
Percentages: N/A
849-
Media: interactive
850841
Computed value: As specified
851842
Canonical order: per grammar
852843
</pre>

css-animations-2/Overview.bs

+1-2
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ Applies to: all elements, ::before and ::after pseudo-elements
312312
Inherited: none
313313
Animatable: no
314314
Percentages: N/A
315-
Media: interactive
316315
Computed value: As specified
317316
Canonical order: per grammar
318317
</pre>
@@ -625,4 +624,4 @@ elem.getAnimations()[0].pause();
625624
<h2 id="priv-sec">
626625
Privacy and Security Considerations</h2>
627626
628-
This specification introduces no new privacy or security considerations.
627+
This specification introduces no new privacy or security considerations.

0 commit comments

Comments
 (0)