@@ -218,7 +218,6 @@ onBeforeUnmount(() => {
218218
219219<template >
220220 <main class =" surface-home" :class =" { 'is-reduced-motion': prefersReducedMotion }" >
221-
222221 <section class =" surface-document" aria-label =" Axone Surface" >
223222 <nav class =" surface-bar" aria-label =" Surface heading" >
224223 <p class =" surface-mark" >AXONE <span class =" surface-mark-separator" >/</span > SURFACE</p >
@@ -390,23 +389,24 @@ onBeforeUnmount(() => {
390389 </nav >
391390
392391 <header class =" doctrine-hero" >
393- <Transition name="law-fade" mode="out-in">
394- <p
395- :key =" activeLaw.id"
396- class =" law-line"
397- :aria-label =" `${activeLaw.number} / ${activeLaw.title} - ${activeLaw.paraphrase}`"
398- aria-live =" polite"
399- aria-atomic =" true"
400- >
401- <span class =" law-number" >{{ activeLaw.number }}</span >
402- <span class =" law-content" >
403- <span class =" law-title" >{{ activeLaw.title }}</span >
404- <span class =" law-separator" aria-hidden =" true" >—</span >
405- <span class =" law-paraphrase" >{{ activeLaw.paraphrase }}</span >
392+ <p
393+ class =" law-line"
394+ :aria-label =" `${activeLaw.number} / ${activeLaw.title} - ${activeLaw.paraphrase}`"
395+ aria-live =" polite"
396+ aria-atomic =" true"
397+ >
398+ <Transition name="law-fade" mode="out-in">
399+ <span :key =" activeLaw.id" class =" law-statement" >
400+ <span class =" law-number" >{{ activeLaw.number }}</span >
401+ <span class =" law-content" >
402+ <span class =" law-title" >{{ activeLaw.title }}</span >
403+ <span class =" law-separator" aria-hidden =" true" >—</span >
404+ <span class =" law-paraphrase" >{{ activeLaw.paraphrase }}</span >
405+ </span >
406406 </span >
407- < span class = " law-rule " aria-hidden = " true " ></ span >
408- </ p >
409- </Transition >
407+ </ Transition >
408+ <span class = " law-rule " aria-hidden = " true " ></ span >
409+ </p >
410410 <h1 >GOVERN<br /><span class =" act" >ACT</span ></h1 >
411411 <p class =" actor-line" aria-live =" polite" aria-atomic =" true" >
412412 <Transition name="actor-turn" mode="out-in">
0 commit comments