diff --git a/src/views/timeline/TimelineDoc.vue b/src/views/timeline/TimelineDoc.vue index 972f8f0f5a..98f0ed7dc1 100644 --- a/src/views/timeline/TimelineDoc.vue +++ b/src/views/timeline/TimelineDoc.vue @@ -291,6 +291,13 @@ export default { +
Accessibility
+
Screen Reader
+

Timeline uses a semantic ordered list element to list the events. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the list element.

+ +
Keyboard Support
+

Component does not include any interactive elements.

+
Dependencies

None.

@@ -440,7 +447,7 @@ export default { ::v-deep(.customized-timeline) { .p-timeline-event:nth-child(even) { flex-direction: row !important; - + .p-timeline-event-content { text-align: left !important; } @@ -598,7 +605,7 @@ export default { ::v-deep(.customized-timeline) { .p-timeline-event:nth-child(even) { flex-direction: row !important; - + .p-timeline-event-content { text-align: left !important; } @@ -764,7 +771,7 @@ export default { .customized-timeline .p-timeline-event:nth-child(even) { flex-direction: row !important; } - + .customized-timeline .p-timeline-event:nth-child(even) .p-timeline-event-content { text-align: left !important; }