asciidoctor 2.0.15 → 2.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.adoc +38 -2
  3. data/LICENSE +1 -1
  4. data/README-de.adoc +3 -3
  5. data/README-fr.adoc +3 -3
  6. data/README-jp.adoc +3 -3
  7. data/README-zh_CN.adoc +3 -3
  8. data/README.adoc +2 -2
  9. data/asciidoctor.gemspec +1 -8
  10. data/data/locale/attributes-th.adoc +23 -0
  11. data/data/locale/attributes-vi.adoc +23 -0
  12. data/data/stylesheets/asciidoctor-default.css +50 -48
  13. data/lib/asciidoctor.rb +7 -7
  14. data/lib/asciidoctor/abstract_block.rb +4 -4
  15. data/lib/asciidoctor/abstract_node.rb +9 -8
  16. data/lib/asciidoctor/block.rb +6 -6
  17. data/lib/asciidoctor/cli/invoker.rb +0 -1
  18. data/lib/asciidoctor/cli/options.rb +22 -22
  19. data/lib/asciidoctor/convert.rb +1 -0
  20. data/lib/asciidoctor/converter.rb +5 -3
  21. data/lib/asciidoctor/converter/docbook5.rb +20 -22
  22. data/lib/asciidoctor/converter/html5.rb +70 -60
  23. data/lib/asciidoctor/converter/manpage.rb +61 -52
  24. data/lib/asciidoctor/converter/template.rb +11 -12
  25. data/lib/asciidoctor/document.rb +22 -37
  26. data/lib/asciidoctor/extensions.rb +10 -10
  27. data/lib/asciidoctor/list.rb +2 -6
  28. data/lib/asciidoctor/load.rb +10 -9
  29. data/lib/asciidoctor/logging.rb +10 -8
  30. data/lib/asciidoctor/parser.rb +122 -141
  31. data/lib/asciidoctor/path_resolver.rb +3 -3
  32. data/lib/asciidoctor/reader.rb +67 -68
  33. data/lib/asciidoctor/rx.rb +2 -1
  34. data/lib/asciidoctor/substitutors.rb +97 -99
  35. data/lib/asciidoctor/syntax_highlighter.rb +8 -11
  36. data/lib/asciidoctor/syntax_highlighter/coderay.rb +2 -1
  37. data/lib/asciidoctor/syntax_highlighter/highlightjs.rb +1 -1
  38. data/lib/asciidoctor/syntax_highlighter/pygments.rb +2 -1
  39. data/lib/asciidoctor/syntax_highlighter/rouge.rb +2 -1
  40. data/lib/asciidoctor/table.rb +17 -19
  41. data/lib/asciidoctor/timings.rb +3 -3
  42. data/lib/asciidoctor/version.rb +1 -1
  43. data/man/asciidoctor.1 +8 -9
  44. data/man/asciidoctor.adoc +7 -6
  45. metadata +7 -61
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb27f87c48be418263b4f94e5b63f95c9615e03226a3cd093d4eab7f6dd02804
4
- data.tar.gz: 9d562c732b689e19dfbba66195568c373a44a5ca5402a3310bb172f88ccf16bd
3
+ metadata.gz: ae8326d324111eddacde180bd2f207e1bc0bfd632695836e732a058165a0ac00
4
+ data.tar.gz: 27c06f4266e1e56a9c5c6ad1c86947361ee9c9cc8d32763af443329cebeea4be
5
5
  SHA512:
6
- metadata.gz: 5cade3f312ab79d06ce6cbce0376c03a5c2fc6f44c02a46273aba40ecb49a15735785a66dbf6381e61f30265f45456c1c434b9f88a4cc6487624a3f4129b4e1c
7
- data.tar.gz: d1e9b950be47affa3459f5685efb442f6a2a6ece9485ce961f1aca232e27c0fbdcd8bd2f92983d831fec7176e3fe8996cf952f3e38d6a56c9eb77de8e2a1bad7
6
+ metadata.gz: c42130c39f04726d9279edd8fe6bd9b93f55e02164161feb3cf84edfd74039e6e9fae94e4bed1f77612bc1c015f1dec90e015df4ded0f1bca11d7cf7eb8d1a6a
7
+ data.tar.gz: 676647258232f12d900507468935812f72faaa43fd78f68af0c03aa33e2d2abb81cb0607a9ddb84f7e5f5f3cf67882f1ffc6703aa3c016659cee2053113b061e
data/CHANGELOG.adoc CHANGED
@@ -16,6 +16,43 @@ For an even more detailed look at what has changed, refer to the {uri-repo}/comm
16
16
  This project utilizes semantic versioning.
17
17
 
18
18
  // tag::compact[]
19
+ == 2.0.16 (2021-08-03) - @mojavelinux
20
+
21
+ Bug Fixes::
22
+
23
+ * Include all lines outside of specified tagged region when tag filter on include directive is a single negated tag (#4048)
24
+ * Only interpret negated wildcard in tag filter on include directive as implicit globstar if it precedes other tags (#4086)
25
+ * Change ifeval directive to resolve to false if comparison operation cannot be performed (#4046)
26
+ * Don't crash if `:to_file` option is passed to `load` or `load_file` and value is not a string (#4055)
27
+ * Use automatic link text if ID in shorthand xref is followed by dangling comma (e.g., `+<<idname,>>+`)
28
+ * Update default stylesheet to indent blocks attached to list item in checklist (#2550)
29
+ * Update default stylesheet to reenable styling of implicit lead role on first paragraph of preamble inside AsciiDoc table cell
30
+ * Update default stylesheet to fix conflict between text decoration and bottom border on abbr[title] element
31
+ * Change invalid font family "sans" in default stylesheet to "sans-serif"
32
+ * Fix missing automatic reftext for internal xrefs in manpage output (#4110)
33
+ * Replace numeric character reference for plus in manpage output (#4059)
34
+ * Replace numeric character reference for degree sign in manpage output (#4059)
35
+ * Convert apostrophe to the portable `+\*(Aq+` variable instead of the groff-specific escape `\(aq` (#4060) (*@felipec*)
36
+ * Document the `-e, --embedded` option flag in the man page, which replaces the outdated `-e, --eruby` option flag
37
+
38
+ Improvements::
39
+
40
+ * Use queue to iterate over lines in reader instead of stack (#4106)
41
+ * Uppercase automatic reftext for level-2 section titles in manpage output if reftext matches section title (#4110)
42
+ * Show safe modes in strictness order in CLI help (#4065)
43
+ * Remove redundant styles from the default stylesheet
44
+ * Update font styles for summary element in default stylesheet to match font styles of paragraph (#4114)
45
+ * Update default stylesheet to indent content of details element (#4116)
46
+ * Update default stylesheet to use custom marker for summary element to make appearance consistent (#4116)
47
+ * Add Vietnamese translation of built-in attributes (PR #4066) (*@nguyenhoa93*)
48
+ * Add Thai translation of built-in attributes (PR #4113) (*@ammaneena*)
49
+
50
+ Build / Infrastructure::
51
+
52
+ * Import source of default stylesheet into this repository; use PostCSS with cssnano to minify (#4062)
53
+ * Use autoprefixer to manage browser prefixes in default stylesheet (#4118)
54
+
55
+ // end::compact[]
19
56
  == 2.0.15 (2021-04-27) - @mojavelinux
20
57
 
21
58
  Bug Fixes::
@@ -36,7 +73,6 @@ Build / Infrastructure::
36
73
 
37
74
  * Get remaining invoker tests working on JRuby 9.1 for Windows
38
75
 
39
- // end::compact[]
40
76
  == 2.0.14 (2021-04-19) - @mojavelinux
41
77
 
42
78
  Bug Fixes::
@@ -389,7 +425,7 @@ Enhancements / Compliance::
389
425
  * AbstractBlock#find_by looks inside AsciiDoc table cells if traverse_documents selector option is true (#3101)
390
426
  * AbstractBlock#find_by finds table cells, which can be selected using the :table_cell context in the selector (#2524)
391
427
  * allow ampersand to be used in e-mail address (#2553)
392
- * propogate ID assigned to inline passthrough (#2912)
428
+ * propagate ID assigned to inline passthrough (#2912)
393
429
  * rename control keywords in find_by to better align with the standard NodeFilter terminology
394
430
  * stop find_by iteration if filter block returns :stop directive
395
431
  * rename header_footer option to standalone (while still honoring header_footer for backwards compatibility) (#1444)
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (C) 2012-2021 Dan Allen, Sarah White, Ryan Waldron, and the
3
+ Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, and the
4
4
  individual contributors to Asciidoctor.
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
data/README-de.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
3
- v2.0.15, 2021-04-27
3
+ v2.0.16, 2021-08-03
4
4
  // settings:
5
5
  :idprefix:
6
6
  :idseparator: -
@@ -17,7 +17,7 @@ ifdef::env-github[]
17
17
  :warning-caption: :warning:
18
18
  endif::[]
19
19
  // Variables:
20
- :release-version: 2.0.15
20
+ :release-version: 2.0.16
21
21
  // URIs:
22
22
  :uri-org: https://github.com/asciidoctor
23
23
  :uri-repo: {uri-org}/asciidoctor
@@ -452,7 +452,7 @@ Asciidoctor Organization auf GitHub:: {uri-org}
452
452
 
453
453
  == Lizenz
454
454
 
455
- Copyright (C) 2012-2021 Dan Allen, Sarah White, Ryan Waldron, und die einzelnen Mitarbeiter von Asciidoctor.
455
+ Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, und die einzelnen Mitarbeiter von Asciidoctor.
456
456
  Die Nutzung dieser Software wird unter den Bedingungen der MIT-Lizenz gewährt.
457
457
 
458
458
  Siehe die {uri-license}[LIZENZ] für den vollen Lizenztext.
data/README-fr.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
3
- v2.0.15, 2021-04-27
3
+ v2.0.16, 2021-08-03
4
4
  // settings:
5
5
  :idprefix:
6
6
  :idseparator: -
@@ -17,7 +17,7 @@ ifdef::env-github[]
17
17
  :warning-caption: :warning:
18
18
  endif::[]
19
19
  // Variables:
20
- :release-version: 2.0.15
20
+ :release-version: 2.0.16
21
21
  // URIs:
22
22
  :uri-org: https://github.com/asciidoctor
23
23
  :uri-repo: {uri-org}/asciidoctor
@@ -418,7 +418,7 @@ L'organisation Asciidoctor sur GitHub:: {uri-org}
418
418
 
419
419
  == Licence
420
420
 
421
- Copyright (C) 2012-2021 Dan Allen, Sarah White, Ryan Waldron, et les contributeurs individuels d'Asciidoctor.
421
+ Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, et les contributeurs individuels d'Asciidoctor.
422
422
  Une utilisation libre de ce logiciel est autorisée sous les termes de la licence MIT.
423
423
 
424
424
  Consultez le fichier {uri-license}[LICENSE] pour plus de détails.
data/README-jp.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
3
- v2.0.15, 2021-04-27
3
+ v2.0.16, 2021-08-03
4
4
  // settings:
5
5
  :idprefix:
6
6
  :idseparator: -
@@ -17,7 +17,7 @@ ifdef::env-github[]
17
17
  :warning-caption: :warning:
18
18
  endif::[]
19
19
  // Variables:
20
- :release-version: 2.0.15
20
+ :release-version: 2.0.16
21
21
  // URIs:
22
22
  :uri-org: https://github.com/asciidoctor
23
23
  :uri-repo: {uri-org}/asciidoctor
@@ -452,7 +452,7 @@ GitHub上のAsciidoctorのorganization:: {uri-org}
452
452
 
453
453
  == ライセンス
454
454
 
455
- Copyright (C) 2012-2021 Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
455
+ Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
456
456
  本ソフトウェアはMITライセンスのもとで使用できます.
457
457
 
458
458
  ライセンスの詳細については {uri-license}[LICENSE] ファイルを参照してください.
data/README-zh_CN.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
3
- v2.0.15, 2021-04-27
3
+ v2.0.16, 2021-08-03
4
4
  // settings:
5
5
  :page-layout: base
6
6
  :idprefix:
@@ -18,7 +18,7 @@ ifdef::env-github[]
18
18
  :warning-caption: :warning:
19
19
  endif::[]
20
20
  // Variables:
21
- :release-version: 2.0.15
21
+ :release-version: 2.0.16
22
22
  // URIs:
23
23
  :uri-org: https://github.com/asciidoctor
24
24
  :uri-repo: {uri-org}/asciidoctor
@@ -411,7 +411,7 @@ Asciidoctor 组织在 GitHub 托管代码、议案跟踪和相关子项目。
411
411
  [#copyright-and-licensing]
412
412
  == 版权和协议
413
413
 
414
- Copyright (C) 2012-2021 Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
414
+ Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
415
415
  这个软件的免费使用是在MIT许可条款授予的。
416
416
 
417
417
  请看 {uri-license}[版权声明] 文件来获取更多详细信息。
data/README.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
3
- v2.0.15, 2021-04-27
3
+ v2.0.16, 2021-08-03
4
4
  // settings:
5
5
  :idprefix:
6
6
  :idseparator: -
@@ -17,7 +17,7 @@ ifdef::env-github[]
17
17
  :warning-caption: :warning:
18
18
  endif::[]
19
19
  // Variables:
20
- :release-version: 2.0.15
20
+ :release-version: 2.0.16
21
21
  // URLs:
22
22
  :url-org: https://github.com/asciidoctor
23
23
  :url-repo: {url-org}/asciidoctor
data/asciidoctor.gemspec CHANGED
@@ -33,22 +33,15 @@ Gem::Specification.new do |s|
33
33
  s.require_paths = ['lib']
34
34
  #s.test_files = files.grep %r/^(?:features|test)\/.+$/
35
35
 
36
- # asciimath is needed for testing AsciiMath in DocBook backend
37
- s.add_development_dependency 'asciimath', '~> 2.0.0'
38
- # coderay is needed for testing syntax highlighting
39
- s.add_development_dependency 'coderay', '~> 1.1.0'
40
36
  # concurrent-ruby, haml, slim, and tilt are needed for testing custom templates
41
37
  s.add_development_dependency 'concurrent-ruby', '~> 1.1.0'
42
38
  s.add_development_dependency 'cucumber', '~> 3.1.0'
43
39
  # erubi is needed for testing alternate eRuby impls
44
40
  s.add_development_dependency 'erubi', '~> 1.10.0'
45
41
  s.add_development_dependency 'haml', '~> 5.2.0'
46
- s.add_development_dependency 'minitest', '~> 5.11.0'
42
+ s.add_development_dependency 'minitest', '~> 5.14.0'
47
43
  s.add_development_dependency 'nokogiri', '~> 1.10.0'
48
44
  s.add_development_dependency 'rake', '~> 12.3.0'
49
- # Asciidoctor supports Rouge >= 2
50
- s.add_development_dependency 'rouge', '~> 3.26.0'
51
- s.add_development_dependency 'rspec-expectations', '~> 3.8.0'
52
45
  s.add_development_dependency 'slim', '~> 4.1.0'
53
46
  s.add_development_dependency 'tilt', '~> 2.0.0'
54
47
  end
@@ -0,0 +1,23 @@
1
+ // Thai translation
2
+ :appendix-caption: อ้างอิง
3
+ :appendix-refsig: {appendix-caption}
4
+ :caution-caption: ระวัง
5
+ :chapter-signifier: บท
6
+ :chapter-refsig: {chapter-signifier}
7
+ :example-caption: ตัวอย่าง
8
+ :figure-caption: คำอธิบายลักษณะจำลอง
9
+ :important-caption: สำคัญ
10
+ :last-update-label: ตัวอัพเดตล่าสุด
11
+ ifdef::listing-caption[:listing-caption: รายการ]
12
+ ifdef::manname-title[:manname-title: ซื่อ]
13
+ :note-caption: บันทึก
14
+ :part-signifier: ส่วน
15
+ :part-refsig: {part-signifier}
16
+ ifdef::preface-title[:preface-title: คำนำ]
17
+ :section-refsig: รายการย่อย
18
+ :table-caption: ตาราง
19
+ :tip-caption: เคล็ดลับ
20
+ :toc-title: สารบัญ
21
+ :untitled-label: ยังไม่มีชื่อ
22
+ :version-label: เวอร์ชัน
23
+ :warning-caption: คำเตือน
@@ -0,0 +1,23 @@
1
+ // Vietnamese translation, courtesy of Hoa Nguyen <ntthoa.uphcm@gmail.com>
2
+ :appendix-caption: Phụ lục
3
+ :appendix-refsig: {appendix-caption}
4
+ :caution-caption: Cảnh báo
5
+ :chapter-signifier: Chương
6
+ :chapter-refsig: {chapter-signifier}
7
+ :example-caption: Ví dụ
8
+ :figure-caption: Hình
9
+ :important-caption: Quan trọng
10
+ :last-update-label: Cập nhật lần cuối
11
+ ifdef::listing-caption[:listing-caption: Danh sách]
12
+ ifdef::manname-title[:manname-title: Tên]
13
+ :note-caption: Ghi chú
14
+ :part-signifier: Phần
15
+ :part-refsig: {part-signifier}
16
+ ifdef::preface-title[:preface-title: Lời nói đầu]
17
+ :section-refsig: Mục
18
+ :table-caption: Bảng
19
+ :tip-caption: Lời khuyên
20
+ :toc-title: Mục lục
21
+ :untitled-label: Không có tiêu đề
22
+ :version-label: Phiên bản
23
+ :warning-caption: Chú ý
@@ -1,18 +1,16 @@
1
- /* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
2
- /* Uncomment @import statement to use as custom stylesheet */
3
- /*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
4
- article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
5
- audio,video{display:inline-block}
6
- audio:not([controls]){display:none;height:0}
7
- html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
1
+ /*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
2
+ /* Uncomment the following line when using as a custom stylesheet */
3
+ /* @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"; */
4
+ html{font-family:sans-serif;-webkit-text-size-adjust:100%}
8
5
  a{background:none}
9
6
  a:focus{outline:thin dotted}
10
7
  a:active,a:hover{outline:0}
11
8
  h1{font-size:2em;margin:.67em 0}
12
- abbr[title]{border-bottom:1px dotted}
13
9
  b,strong{font-weight:bold}
10
+ abbr{font-size:.9em}
11
+ abbr[title]{cursor:help;border-bottom:1px dotted #dddddf;text-decoration:none}
14
12
  dfn{font-style:italic}
15
- hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
13
+ hr{height:0}
16
14
  mark{background:#ff0;color:#000}
17
15
  code,kbd,pre,samp{font-family:monospace;font-size:1em}
18
16
  pre{white-space:pre-wrap}
@@ -24,20 +22,22 @@ sub{bottom:-.25em}
24
22
  img{border:0}
25
23
  svg:not(:root){overflow:hidden}
26
24
  figure{margin:0}
25
+ audio,video{display:inline-block}
26
+ audio:not([controls]){display:none;height:0}
27
27
  fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
28
28
  legend{border:0;padding:0}
29
29
  button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
30
30
  button,input{line-height:normal}
31
31
  button,select{text-transform:none}
32
- button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
32
+ button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
33
33
  button[disabled],html input[disabled]{cursor:default}
34
- input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
34
+ input[type=checkbox],input[type=radio]{padding:0}
35
35
  button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
36
36
  textarea{overflow:auto;vertical-align:top}
37
37
  table{border-collapse:collapse;border-spacing:0}
38
- *,*::before,*::after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
38
+ *,::before,::after{box-sizing:border-box}
39
39
  html,body{font-size:100%}
40
- body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto;tab-size:4;word-wrap:anywhere;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
40
+ body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;line-height:1;position:relative;cursor:auto;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-wrap:anywhere;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
41
41
  a:hover{cursor:pointer}
42
42
  img,object,embed{max-width:100%;height:auto}
43
43
  object,embed{height:100%}
@@ -57,7 +57,7 @@ div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,
57
57
  a{color:#2156a5;text-decoration:underline;line-height:inherit}
58
58
  a:hover,a:focus{color:#1d4b8f}
59
59
  a img{border:0}
60
- p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
60
+ p{line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
61
61
  p aside{font-size:.875em;line-height:1.35;font-style:italic}
62
62
  h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
63
63
  h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
@@ -66,14 +66,14 @@ h2{font-size:1.6875em}
66
66
  h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
67
67
  h4,h5{font-size:1.125em}
68
68
  h6{font-size:1em}
69
- hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
69
+ hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em}
70
70
  em,i{font-style:italic;line-height:inherit}
71
71
  strong,b{font-weight:bold;line-height:inherit}
72
72
  small{font-size:60%;line-height:inherit}
73
73
  code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
74
- ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
74
+ ul,ol,dl{line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
75
75
  ul,ol{margin-left:1.5em}
76
- ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
76
+ ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0}
77
77
  ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
78
78
  ul.square{list-style-type:square}
79
79
  ul.circle{list-style-type:circle}
@@ -81,8 +81,6 @@ ul.disc{list-style-type:disc}
81
81
  ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
82
82
  dl dt{margin-bottom:.3125em;font-weight:bold}
83
83
  dl dd{margin-bottom:1.25em}
84
- abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
85
- abbr{text-transform:none}
86
84
  blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
87
85
  blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
88
86
  @media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
@@ -90,7 +88,7 @@ h1{font-size:2.75em}
90
88
  h2{font-size:2.3125em}
91
89
  h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
92
90
  h4{font-size:1.4375em}}
93
- table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede;word-wrap:normal}
91
+ table{background:#fff;margin-bottom:1.25em;border:1px solid #dedede;word-wrap:normal}
94
92
  table thead,table tfoot{background:#f7f8f7}
95
93
  table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
96
94
  table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
@@ -105,7 +103,7 @@ h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title str
105
103
  :not(pre).nobreak{word-wrap:normal}
106
104
  :not(pre).nowrap{white-space:nowrap}
107
105
  :not(pre).pre-wrap{white-space:pre-wrap}
108
- :not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
106
+ :not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
109
107
  pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
110
108
  pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
111
109
  pre>code{display:block}
@@ -113,7 +111,7 @@ pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
113
111
  em em{font-style:normal}
114
112
  strong strong{font-weight:400}
115
113
  .keyseq{color:rgba(51,51,51,.8)}
116
- kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
114
+ kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 0 0 .1em #fff;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
117
115
  .keyseq kbd:first-child{margin-left:0}
118
116
  .keyseq kbd:last-child{margin-right:0}
119
117
  .menuseq,.menuref{color:#000}
@@ -125,7 +123,7 @@ b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
125
123
  b.button::before{content:"[";padding:0 3px 0 2px}
126
124
  b.button::after{content:"]";padding:0 2px 0 3px}
127
125
  p a>code:hover{color:rgba(0,0,0,.9)}
128
- #header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
126
+ #header,#content,#footnotes,#footer{width:100%;margin:0 auto;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
129
127
  #header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
130
128
  #header::after,#content::after,#footnotes::after,#footer::after{clear:both}
131
129
  #content{margin-top:1.25em}
@@ -133,7 +131,7 @@ p a>code:hover{color:rgba(0,0,0,.9)}
133
131
  #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
134
132
  #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
135
133
  #header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
136
- #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
134
+ #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap}
137
135
  #header .details span:first-child{margin-left:-.125em}
138
136
  #header .details span.email a{color:rgba(0,0,0,.85)}
139
137
  #header .details br{display:none}
@@ -167,11 +165,11 @@ body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9
167
165
  #toc.toc2>ul{font-size:.95em}
168
166
  #toc.toc2 ul ul{padding-left:1.25em}
169
167
  body.toc2.toc-right{padding-left:0;padding-right:20em}}
170
- #content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
168
+ #content #toc{border:1px solid #e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;border-radius:4px}
171
169
  #content #toc>:first-child{margin-top:0}
172
170
  #content #toc>:last-child{margin-bottom:0}
173
171
  #footer{max-width:none;background:rgba(0,0,0,.8);padding:1.25em}
174
- #footer-text{color:rgba(255,255,255,.8);line-height:1.44}
172
+ #footer-text{color:hsla(0,0%,100%,.8);line-height:1.44}
175
173
  #content{margin-bottom:.625em}
176
174
  .sect1{padding-bottom:.625em}
177
175
  @media screen and (min-width:768px){#content{margin-bottom:1.25em}
@@ -184,29 +182,32 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}}
184
182
  #content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
185
183
  #content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
186
184
  details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
187
- details>summary:first-of-type{cursor:pointer;display:list-item;outline:none;margin-bottom:.75em}
185
+ details{margin-left:1.25rem}
186
+ details>summary{cursor:pointer;display:block;position:relative;line-height:1.6;margin-bottom:.625rem;-webkit-tap-highlight-color:transparent}
187
+ details>summary::before{content:"";border:solid transparent;border-left:solid;border-width:.3em 0 .3em .5em;position:absolute;top:.5em;left:-1.25rem;transform:translateX(15%)}
188
+ details[open]>summary::before{border:solid transparent;border-top:solid;border-width:.5em .3em 0;transform:translateY(15%)}
189
+ details>summary::after{content:"";width:1.25rem;height:1em;position:absolute;top:.3em;left:-1.25rem}
188
190
  .admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
189
191
  table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
190
- .paragraph.lead>p,#preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
191
- table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:inherit}
192
+ .paragraph.lead>p,#preamble>.sectionbody>[class=paragraph]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
192
193
  .admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
193
194
  .admonitionblock>table td.icon{text-align:center;width:80px}
194
195
  .admonitionblock>table td.icon img{max-width:none}
195
196
  .admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
196
197
  .admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6);word-wrap:anywhere}
197
198
  .admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
198
- .exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
199
+ .exampleblock>.content{border:1px solid #e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;border-radius:4px}
199
200
  .exampleblock>.content>:first-child{margin-top:0}
200
201
  .exampleblock>.content>:last-child{margin-bottom:0}
201
- .sidebarblock{border-style:solid;border-width:1px;border-color:#dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;-webkit-border-radius:4px;border-radius:4px}
202
+ .sidebarblock{border:1px solid #dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;border-radius:4px}
202
203
  .sidebarblock>:first-child{margin-top:0}
203
204
  .sidebarblock>:last-child{margin-bottom:0}
204
205
  .sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
205
206
  .exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
206
- .literalblock pre,.listingblock>.content>pre{-webkit-border-radius:4px;border-radius:4px;overflow-x:auto;padding:1em;font-size:.8125em}
207
+ .literalblock pre,.listingblock>.content>pre{border-radius:4px;overflow-x:auto;padding:1em;font-size:.8125em}
207
208
  @media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
208
209
  @media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
209
- .literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class="highlight"],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
210
+ .literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class=highlight],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
210
211
  .literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
211
212
  .listingblock>.content{position:relative}
212
213
  .listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
@@ -214,7 +215,7 @@ table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font
214
215
  .listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
215
216
  .listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
216
217
  .listingblock pre.highlightjs{padding:0}
217
- .listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
218
+ .listingblock pre.highlightjs>code{padding:1em;border-radius:4px}
218
219
  .listingblock pre.prettyprint{border-width:0}
219
220
  .prettyprint{background:#f7f7f8}
220
221
  pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
@@ -224,8 +225,8 @@ pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
224
225
  table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
225
226
  table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
226
227
  table.linenotable td.code{padding-left:.75em}
227
- table.linenotable td.linenos{border-right:1px solid currentColor;opacity:.35;padding-right:.5em}
228
- pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em}
228
+ table.linenotable td.linenos{border-right:1px solid;opacity:.35;padding-right:.5em}
229
+ pre.pygments .lineno{border-right:1px solid;opacity:.35;display:inline-block;margin-right:.75em}
229
230
  pre.pygments .lineno::before{content:"";margin-right:-.125em}
230
231
  .quoteblock{margin:0 1em 1.25em 1.5em;display:table}
231
232
  .quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
@@ -235,7 +236,7 @@ pre.pygments .lineno::before{content:"";margin-right:-.125em}
235
236
  .quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
236
237
  .quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
237
238
  .verseblock{margin:0 1em 1.25em}
238
- .verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
239
+ .verseblock pre{font-family:"Open Sans","DejaVu Sans",sans-serif;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
239
240
  .verseblock pre strong{font-weight:400}
240
241
  .verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
241
242
  .quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
@@ -283,10 +284,10 @@ ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ul
283
284
  ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
284
285
  ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
285
286
  ul.unstyled,ol.unstyled{margin-left:0}
286
- ul.checklist{margin-left:.625em}
287
- ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
288
- ul.checklist li>p:first-child>input[type="checkbox"]:first-child{margin-right:.25em}
289
- ul.inline{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
287
+ ul.checklist>li>p:first-child{margin-left:-1em}
288
+ ul.checklist>li>p:first-child>.fa-square-o:first-child,ul.checklist>li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
289
+ ul.checklist>li>p:first-child>input[type=checkbox]:first-child{margin-right:.25em}
290
+ ul.inline{display:flex;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
290
291
  ul.inline>li{margin-left:1.25em}
291
292
  .unstyled dl dt{font-weight:400;font-style:normal}
292
293
  ol.arabic{list-style-type:decimal}
@@ -305,7 +306,7 @@ td.hdlist2{word-wrap:anywhere}
305
306
  .colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
306
307
  .colist td:not([class]):first-child img{max-width:none}
307
308
  .colist td:not([class]):last-child{padding:.25em 0}
308
- .thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
309
+ .thumb,.th{line-height:0;display:inline-block;border:4px solid #fff;box-shadow:0 0 0 1px #ddd}
309
310
  .imageblock.left{margin:.25em .625em 1.25em 0}
310
311
  .imageblock.right{margin:.25em 0 1.25em .625em}
311
312
  .imageblock>.title{margin-bottom:0}
@@ -373,7 +374,7 @@ a span.icon>.fa{cursor:inherit}
373
374
  .admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
374
375
  .admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
375
376
  .admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
376
- .conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);-webkit-border-radius:50%;border-radius:50%;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
377
+ .conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);border-radius:50%;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
377
378
  .conum[data-value] *{color:#fff!important}
378
379
  .conum[data-value]+b{display:none}
379
380
  .conum[data-value]::after{content:attr(data-value)}
@@ -381,19 +382,20 @@ pre .conum[data-value]{position:relative;top:-.125em}
381
382
  b.conum *{color:inherit!important}
382
383
  .conum:not([data-value]):empty{display:none}
383
384
  dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
384
- h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
385
+ h1,h2,p,td.content,span.alt,summary{letter-spacing:-.01em}
385
386
  p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
386
- p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
387
+ p,blockquote,dt,td.content,span.alt,summary{font-size:1.0625rem}
387
388
  p{margin-bottom:1.25rem}
388
389
  .sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
389
- .exampleblock>.content{background:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
390
+ .exampleblock>.content{background:#fffef7;border-color:#e0e0dc;box-shadow:0 1px 4px #e0e0dc}
390
391
  .print-only{display:none!important}
391
392
  @page{margin:1.25cm .75cm}
392
- @media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
393
+ @media print{*{box-shadow:none!important;text-shadow:none!important}
393
394
  html{font-size:80%}
394
395
  a{color:inherit!important;text-decoration:underline!important}
395
396
  a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
396
397
  a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
398
+ abbr[title]{border-bottom:1px dotted}
397
399
  abbr[title]::after{content:" (" attr(title) ")"}
398
400
  pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
399
401
  thead{display:table-header-group}
@@ -417,7 +419,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
417
419
  .print-only{display:block!important}
418
420
  .hide-for-print{display:none!important}
419
421
  .show-for-print{display:inherit!important}}
420
- @media print,amzn-kf8{#header>h1:first-child{margin-top:1.25rem}
422
+ @media amzn-kf8,print{#header>h1:first-child{margin-top:1.25rem}
421
423
  .sect1{padding:0!important}
422
424
  .sect1+.sect1{border:0}
423
425
  #footer{background:none}