@@ -36,9 +36,9 @@ cxx-titlepage { page: title; page-break-after: always; }
3636
3737@media print {
3838html {font-size : 10pt ; }
39- * / shadow - deep/ pre, * / shadow - deep/ code {font-size : 8pt ; }
39+ * / deep/ pre, * / deep/ code {font-size : 8pt ; }
4040/* Note that only Prince generates clickable links. */
41- * / shadow - deep/ a[href ] {text-decoration : none; }
41+ * / deep/ a[href ] {text-decoration : none; }
4242}
4343
4444/* Needed to make the <cxx-titlepage>'s vertical spacing work. */
@@ -51,19 +51,19 @@ cxx-clause { page-break-before: always; }
5151cxx-clause , cxx-toc {margin-top : 3em ; }
5252}
5353
54- cxx-clause / shadow/ header {font-size : 150% ; }
55- cxx-toc / shadow/ h1 {font-size : 150% ; }
56- cxx-clause cxx-section / shadow/ header {font-size : 117% ; }
57- cxx-clause cxx-section cxx-section / shadow/ header {font-size : 100% ; }
54+ cxx-clause :: shadow header {font-size : 150% ; }
55+ cxx-toc :: shadow h1 {font-size : 150% ; }
56+ cxx-clause cxx-section :: shadow header {font-size : 117% ; }
57+ cxx-clause cxx-section cxx-section :: shadow header {font-size : 100% ; }
5858
5959[data-bookmark-label ] {bookmark-label : attr (data-bookmark-label); }
6060h1 {bookmark-level : 1 ; }
61- cxx-toc / shadow/ h1 {bookmark-level : 2 ; }
61+ cxx-toc :: shadow h1 {bookmark-level : 2 ; }
6262cxx-clause h1 {bookmark-level : 2 ; }
6363cxx-clause cxx-section h1 {bookmark-level : 3 ; }
6464cxx-clause cxx-section cxx-section h1 {bookmark-level : 4 ; }
6565
66- * / shadow/ .section-number {string-set : current-section"§ " content (); }
66+ * :: shadow .section-number {string-set : current-section"§ " content (); }
6767
6868p {margin-top : .5em ;margin-bottom : .5em }
6969p : first-child , ul , ol {margin-top : 0 }
@@ -99,7 +99,7 @@ ul li:before {
9999 inside the CSSOM. */
100100@media print {
101101/* Generate page numbers in the table of contents. */
102- cxx-toc / shadow/ a[href ]::after {content : leader (" . " )target-counter (attr (href), page); }
102+ cxx-toc :: shadow a [href ]::after {content : leader (" . " )target-counter (attr (href), page); }
103103
104- cxx-footnote / shadow/ aside {float : footnote;footnote-policy : line; }
104+ cxx-footnote :: shadow aside {float : footnote;footnote-policy : line; }
105105}