Skip to content

Conversation

@ilhan007
Copy link
Contributor

@ilhan007 ilhan007 commented Sep 24, 2025

Updates Form's accessibility per latest spec

Fixes: #12156

add Form#аccessibleMode ("Display" | "Edit")

Defines the accessibility mode of the component in "edit" and "display" use-cases.
Based on the mode, the component renders different HTML elements and ARIA attributes,
which are appropriate for the use-case.

  • Set this property to "Display", when the form consists of non-editable (e.g. texts) form items.
  • Set this property to "Edit", when the form consists of editable (e.g. input fields) form items.

@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Sep 26, 2025

🧹 Preview deployment cleaned up: https://pr-12365--ui5-webcomponents.netlify.app

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 09:12 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 12:29 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 12:47 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 13:37 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 13:57 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 26, 2025 14:12 Inactive
@UI5 UI5 deleted a comment from ui5-webcomponents-bot Sep 29, 2025
@UI5 UI5 deleted a comment from ui5-webcomponents-bot Sep 29, 2025
@UI5 UI5 deleted a comment from ui5-webcomponents-bot Sep 29, 2025
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 29, 2025 17:40 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview September 30, 2025 07:21 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 17, 2025 10:21 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 17, 2025 10:43 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 17, 2025 10:59 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 17, 2025 13:19 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 17, 2025 15:53 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 27, 2025 13:13 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 29, 2025 11:54 Inactive
}

dl {
padding: 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To reset all native styles use:
all: unset

}
}

dd {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here for the styles

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 31, 2025 07:47 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 31, 2025 07:54 Inactive
@ilhan007 ilhan007 merged commit 28994f1 into main Oct 31, 2025
14 checks passed
@ilhan007 ilhan007 deleted the feat-form-desc-list branch October 31, 2025 07:58
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 31, 2025 07:58 Inactive
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.16.0 🎉

The release is available on v2.16.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Form]:The label/value pairs in the object header and completed activity details sections are not structured as description list

4 participants