|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.7.32"> |
| 5 | +<meta name="generator" content="quarto-1.8.26"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
|
34 | 34 | <link href="./ap_01_equipment.html" rel="prev"> |
35 | 35 | <script src="site_libs/quarto-html/quarto.js" type="module"></script> |
36 | 36 | <script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script> |
| 37 | +<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script> |
37 | 38 | <script src="site_libs/quarto-html/popper.min.js"></script> |
38 | 39 | <script src="site_libs/quarto-html/tippy.umd.min.js"></script> |
39 | 40 | <script src="site_libs/quarto-html/anchor.min.js"></script> |
40 | 41 | <link href="site_libs/quarto-html/tippy.css" rel="stylesheet"> |
41 | | -<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
| 42 | +<link href="site_libs/quarto-html/quarto-syntax-highlighting-587c61ba64f3a5504c4d52d930310e48.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
42 | 43 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
43 | 44 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
44 | | -<link href="site_libs/bootstrap/bootstrap-364982630eef5352dd1537128a8ed5cb.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 45 | +<link href="site_libs/bootstrap/bootstrap-70a47bd5681a7291082a5b9f83d58762.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
45 | 46 | <script src="site_libs/quarto-contrib/glightbox/glightbox.min.js"></script> |
46 | 47 | <link href="site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet"> |
47 | 48 | <link href="site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet"> |
|
301 | 302 | <li class="sidebar-item"> |
302 | 303 | <div class="sidebar-item-container"> |
303 | 304 | <a href="./in_01_horizon_names.html" class="sidebar-item-text sidebar-link"> |
304 | | - <span class="menu-text"><span class="chapter-number">20</span> <span class="chapter-title">Horizon names</span></span></a> |
| 305 | + <span class="menu-text"><span class="chapter-number">20</span> <span class="chapter-title">Horizon notation</span></span></a> |
305 | 306 | </div> |
306 | 307 | </li> |
307 | 308 | <li class="sidebar-item"> |
@@ -526,13 +527,14 @@ <h3 data-number="B.3.1" class="anchored" data-anchor-id="sec-ap-fieldrec-picsgea |
526 | 527 | e.clearSelection(); |
527 | 528 | } |
528 | 529 | const getTextToCopy = function(trigger) { |
529 | | - const codeEl = trigger.previousElementSibling.cloneNode(true); |
530 | | - for (const childEl of codeEl.children) { |
531 | | - if (isCodeAnnotation(childEl)) { |
532 | | - childEl.remove(); |
533 | | - } |
| 530 | + const outerScaffold = trigger.parentElement.cloneNode(true); |
| 531 | + const codeEl = outerScaffold.querySelector('code'); |
| 532 | + for (const childEl of codeEl.children) { |
| 533 | + if (isCodeAnnotation(childEl)) { |
| 534 | + childEl.remove(); |
534 | 535 | } |
535 | | - return codeEl.innerText; |
| 536 | + } |
| 537 | + return codeEl.innerText; |
536 | 538 | } |
537 | 539 | const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', { |
538 | 540 | text: getTextToCopy |
|
0 commit comments