diff --git a/header.php b/header.php index b43a620..ccbbd35 100644 --- a/header.php +++ b/header.php @@ -39,6 +39,27 @@ $showHero = $post->post_parent === $services ? true : false; + tag and + * instead samples the background-color of fixed/sticky elements + * near the top and bottom of the viewport to tint the browser + * chrome (status bar / home indicator). Their backgroundColor is + * updated at runtime by static/js/modules/ChromeTint.js based on + * which element (site-header or site-footer) is in view. + * + * Sampling windows (iOS 26): + * - top: within 4px of top, width >=80%, min-height 12px + * - bottom: within 3px of bottom, width >=80%, min-height 3px + * + * aria-hidden because these are visual-only and carry no meaning. + */ + ?> + + +