Skip to content

Commit 0271a9b

Browse files
committed
[css-page-3] Fix markup
1 parent 187e3be commit 0271a9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-page-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Link defaults: css-break (property) break-after, css2 (property) display, css2 (
1818
Abstract: This CSS module specifies how pages are generated and laid out to hold fragmented content in a paged presentation. It adds functionality for controlling page margins, page size and orientation, and headers and footers, and extends generated content to enable page numbering and running headers / footers. The process of paginating a flow into such generated pages is covered in [[!CSS3-BREAK]].
1919
</pre>
2020

21-
<style type="text/css">
21+
<style>
2222
#margin-values { border-collapse: collapse; }
2323
#margin-values td,
2424
#margin-values th

css-page-3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link href="https://www.w3.org/TR/css-page-3/" rel="canonical">
1414
<meta content="5789727b1d26b3fe1d04b85f8ccef06836743b59" name="document-revision">
1515
<script defer src="https://test.csswg.org/harness/annotate.js#!css-page-3_dev/css-page-3" type="text/javascript"></script>
16-
<style type="text/css">
16+
<style>
1717
#margin-values { border-collapse: collapse; }
1818
#margin-values td,
1919
#margin-values th

0 commit comments

Comments
 (0)