• Resolved ccluz

    (@ccluz)


    Hi,

    In the context of accessibility, we’re advised to use “aria-labelledby” as appropriate. Currently, it’s in this form: aria-labelledby=”tablepress-40-name”> for table id=40.
    How can I use something other than tablepress-40-name?
    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    That “tablepress-40-name” refers to the table name, printed above the table, if configured on the table’s “Edit” screen.

    Changing that is not directly possible, but would need using a bit of custom code which would then use the tablepress_table_tag_attributes filter hook to set a different element’s HTML ID here.

    Can you maybe clarify to what you would be wanting to change this?

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘aria-labelledby – RGAA’ is closed to new replies.