Added htmlAppendAttributes method and fixed accessibility with help link icons (title -> aria-label)

This commit is contained in:
2026-02-13 11:26:14 +00:00
parent 9edf74fc11
commit cd6a00051d
5 changed files with 41 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export(htmlAddBoxAttributes)
export(htmlAddBoxHelpLink)
export(htmlAddBoxRegionFromTitle)
export(htmlAddClasses)
export(htmlAppendAttributes)
export(htmlButtonStyle)
export(htmlDisableAutocomplete)
export(htmlFixBoxCollapseButtonAria)