@patternfly/patternfly 4.202.1 → 4.202.2
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.
|
@@ -22288,8 +22288,8 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22288
22288
|
scope="col"
|
|
22289
22289
|
>Visual designers</th>
|
|
22290
22290
|
</tr>
|
|
22291
|
-
<tr class="pf-m-border-row">
|
|
22292
|
-
<td colspan="9"
|
|
22291
|
+
<tr class="pf-m-border-row" aria-hidden="true">
|
|
22292
|
+
<td colspan="9"></td>
|
|
22293
22293
|
</tr>
|
|
22294
22294
|
</thead>
|
|
22295
22295
|
|
|
@@ -23467,8 +23467,8 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23467
23467
|
</button>
|
|
23468
23468
|
</th>
|
|
23469
23469
|
</tr>
|
|
23470
|
-
<tr class="pf-m-border-row">
|
|
23471
|
-
<td colspan="9"
|
|
23470
|
+
<tr class="pf-m-border-row" aria-hidden="true">
|
|
23471
|
+
<td colspan="9"></td>
|
|
23472
23472
|
</tr>
|
|
23473
23473
|
</thead>
|
|
23474
23474
|
|
|
@@ -23999,6 +23999,12 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23999
23999
|
|
|
24000
24000
|
```
|
|
24001
24001
|
|
|
24002
|
+
### Accessibility
|
|
24003
|
+
|
|
24004
|
+
| Attribute | Applied to | Outcome |
|
|
24005
|
+
| -------------------- | ------------------ | --------------------------------------------------------- |
|
|
24006
|
+
| `aria-hidden="true"` | `.pf-m-border-row` | Hides table row from assistive technologies. **Required** |
|
|
24007
|
+
|
|
24002
24008
|
### Nested column header modifier usage
|
|
24003
24009
|
|
|
24004
24010
|
| Class | Applied to | Outcome |
|