You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elements/pf-v6-progress/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ With helper text:
37
37
|---|---|
38
38
|`label`| Use `value-text` for custom measure text. Rich content (ReactNode) not supported. |
39
39
|`tooltipPosition`| Not implemented. |
40
-
|`aria-describedby`| Not supported. Use the `helper-text` slot for supplementary text. |
41
40
42
41
### Changed API
43
42
@@ -52,6 +51,7 @@ With helper text:
52
51
|`aria-label`|`accessible-label` attribute | Screen reader name only, set via ElementInternals. Falls back to `description`, then `"Progress status"`. |
53
52
|`hideStatusIcon`|`hide-status-icon` attribute | Boolean. Hides the variant status icon while keeping variant coloring on the bar. |
54
53
|`aria-labelledby`|`accessible-labelledby` attribute | Accepts space-separated element ID(s). Resolves cross-root `aria-labelledby` via `ariaLabelledByElements` on ElementInternals. Takes precedence over `accessible-label` and `description`. |
54
+
|`aria-describedby`|`accessible-describedby` attribute | Accepts space-separated element ID(s). Resolves cross-root `aria-describedby` via `ariaDescribedByElements` on ElementInternals. |
0 commit comments