Skip to content

Commit afcfbe1

Browse files
committed
[css-rhythm-1][editorial] Fixed Bikeshed issues
1 parent b636446 commit afcfbe1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

css-rhythm-1/Overview.bs

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Introduction {#intro}
5353

5454
<figure>
5555
<a href="examples/snap-height.html">
56-
<img src="images/snap-height-sample.png"></a>
56+
<img src="images/snap-height-sample.png" width="432" height="164" alt=""></a>
5757
<figcaption>Vertical rhythm kept through pictures and different size of text in a multi-column document.</figcaption>
5858
</figure>
5959

@@ -136,17 +136,15 @@ Adjusting Block-level Box Heights {#block-height}
136136
to maintain a continuous rhythm.
137137

138138
<figure>
139-
<img src="images/block-step-size-before.png"
140-
width="500">
139+
<img src="images/block-step-size-before.png" width="500" height="349" alt="">
141140
<figcaption>Heads and blockquotes have varying font sizes and line heights,
142141
resulting in uneven text across columns.</figcaption>
143142
</figure>
144143

145144

146145

147146
<figure>
148-
<img src="images/block-step-size-after.png"
149-
width="500">
147+
<img src="images/block-step-size-after.png" width="500" height="348" alt="">
150148
<figcaption>Space inserted before and after blocks (shown with colored borders)
151149
restores vertical rhythm.</figcaption>
152150
</figure>
@@ -417,16 +415,16 @@ by making heights of all lines an integer multiple of the <a>step unit</a>.
417415
except values that align relative to the line box.
418416

419417
<figure>
420-
<img src="images/adjust-line-height.svg">
421-
<figcaption>Rounding up the computed line box height.</figcaption>
418+
<img src="images/adjust-line-height.svg" width="376" height="145" alt="">
419+
<figcaption>Rounding up the computed line box height.</figcaption>
422420
</figure>
423421

424422
<div class="issue">Should this be animatable?
425423
There doesn't seem to be use cases but needed for consistency?</div>
426424

427425
<div class="example">
428426
<figure style="float:right">
429-
<img src="images/line-grid-center.svg" height="300">
427+
<img src="images/line-grid-center.svg" width="61" height="176" alt="">
430428
</figure>
431429

432430
In the following example,
@@ -513,11 +511,15 @@ Notes on Block-level Boxes {#inline-block}
513511
</div>
514512
-->
515513

516-
Privacy and Security Considerations {#priv-sec}
514+
Privacy Considerations {#privacy}
517515
===============================================
518516

519-
This specification introduces no new privacy leaks,
520-
or security considerations beyond "implement it correctly".
517+
This specification introduces no new privacy leaks beyond "implement it correctly".
518+
519+
Security Considerations {#security}
520+
===============================================
521+
522+
This specification introduces no new security considerations beyond "implement it correctly".
521523

522524
Acknowledgments {#acks}
523525
=======================

0 commit comments

Comments
 (0)