testaro 16.1.0 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,28 +13,29 @@
13
13
 
14
14
  <p>Triggers 1 and 2. This page contains a link named <a href="https://en.wikipedia.org" onmouseover="document.getElementById('translucent').style.opacity = 1">Trigger 1</a> and a <button type="button" onmouseover="document.getElementById('hiddenP').style.display = 'block'">Trigger 2 button</button>. Both elements can be hovered over.</p>
15
15
 
16
- <p id="hiddenP" style="display: none">The Trigger 2 button, when hovered over, makes this paragraph, and therefore this <a href="https://en.wikipedia.org/wiki/Web_accessibility">link on web accessibility</a> and this <button type="button">new button</button>, visible. 3 additions.</p>
16
+ <p id="hiddenP" style="display: none">The Trigger 2 button, when hovered over, makes this paragraph, and therefore this <a href="https://en.wikipedia.org/wiki/Web_accessibility">link on web accessibility</a> and this <button type="button">new button</button>, visible.</p>
17
17
 
18
18
  <p id="translucent" style="opacity: 0.4">The Trigger 1 link, when hovered over, changes the opacity of this paragraph from 0.4 to 1. That indirectly changes the opacity of this <span>word</span>, too.</p>
19
19
 
20
- <p>The Trigger 3 button is mostly covered by a Trigger 4 one below, preventing the Trigger 3 button from receiving a hover event.</p>
20
+ <p>The Trigger 3 button is mostly covered by a Trigger 4 button below, preventing the Trigger 3 button from receiving a hover event.</p>
21
21
 
22
22
  <p style="position: relative"><button id="smallButton" style="position: absolute; left: 10rem">Trigger 3</button><button style="position: absolute; left: 11rem; top: -0.5rem; font-size: x-large">Trigger 4</button></p>
23
23
 
24
24
  <p>Hovering over Trigger 5 changes content.</p>
25
25
 
26
26
  <ul>
27
- <li onmouseover="document.getElementById('listDependent').setAttribute('hidden', true)">This is a list item, Trigger 5.</li>
27
+ <li onmouseover="document.getElementById('bottom').setAttribute('hidden', true)">This is a list item, Trigger 5.</li>
28
28
  <li>This is another list item, Trigger 6.</li>
29
29
  </ul>
30
30
 
31
- <p id="listDependent">This paragraph becomes invisible when you hover over Trigger 5.</p>
31
+ <div id="bottom" style="background-color: #ccc">
32
32
 
33
- <p>Triggers 1, 2, and 5 have impacts. Trigger 3 is unhoverable.</p>
34
- <p>Severity 3: impact triggers 3 (1, 2, 5), unhoverables 1 (3), total 4.</p>
35
- <p>Severity 2: removals 1, total 1.</p>
36
- <p>Severity 1: additions 3 (2), opacity changes 1 (1), total 4.</p>
37
- <p>Severity 0: opacity impact 1.</p>
33
+ <p>This division becomes invisible when you hover over Trigger 5.</p>
34
+
35
+ <p>Triggers 1, 2, and 5 have impacts. Trigger 3 is unhoverable.</p>
36
+ <p>The ordinal severity of trigger 3 is 3. The ordinal severities of triggers 1, 2, and 5 are not straightforwardly predictable.</p>
37
+
38
+ </div>
38
39
 
39
40
  </main>
40
41
  </body>