Example:
https://www.w3.org/TR/epub-33/#sec-intro-relations
aria-heading with an extraordinary value 31 for aria-level:
<div class="caution" id="caution-0">
<div
role="heading"
aria-level="31"
class="caution-title marker">
<span>Caution</span>
</div>
Two digits concatenated together, but should be added mathematically.
Seems, there is a coding error in the realization of heading levels for caution-notes on some W3C sites: https://github.com/w3c/epub-specs/blob/181828b283ee5e20546746057076d970e78ce1ea/epub33/common/js/add-caution-hd.js#L16
Example: https://www.w3.org/TR/epub-33/#sec-intro-relations aria-heading with an extraordinary value 31 for aria-level: <div class="caution" id="caution-0"> <div role="heading" aria-level="31" class="caution-title marker"> <span>Caution</span> </div>
Two digits concatenated together, but should be added mathematically.