File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 rel =dcterms.rights >
1313 < meta content ="CSS Regions Module Level 3 " name =dcterms.title >
1414 < meta content =text name =dcterms.type >
15- < meta content =2013-03-12 name =dcterms.issued >
15+ < meta content =2013-03-13 name =dcterms.issued >
1616 < meta content ="Vincent Hardy " name =dcterms.creator >
1717 < meta content ="Rossen Atanassov " name =dcterms.creator >
1818 < meta content ="Alan Stearns " name =dcterms.creator >
5050
5151 < h1 id =css-regions-module > CSS Regions Module Level 3</ h1 >
5252
53- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 12 March 2013</ h2 >
53+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 13 March 2013</ h2 >
5454
5555 < dl >
5656 < dt > This version:
@@ -3083,7 +3083,7 @@ <h2 class=no-num id=intro-example-code>Appendix A. Example Code for
30833083 <style>
30843084 #grid {
30853085 width: 80vw;
3086- height: 60vw ;
3086+ height: 110vh ;
30873087 grid-template: "aaa.d"
30883088 "....d"
30893089 "bbb.d"
Original file line number Diff line number Diff line change @@ -2638,7 +2638,7 @@ <h2 id="intro-example-code" class="no-num">Appendix A. Example Code for Introduc
26382638 <style>
26392639 #grid {
26402640 width: 80vw;
2641- height: 60vw ;
2641+ height: 110vh ;
26422642 grid-template: "aaa.d"
26432643 "....d"
26442644 "bbb.d"
You can’t perform that action at this time.
0 commit comments