Skip to content

Convert buttonpad buttons to use <button> instead of <path> + <image> #129

@hello-william

Description

@hello-william

currently buttonpad buttons use <path> + <image> + <p>

Image

might be worthwhile to use <button> instead.... some pseudocode....

<button
  // ...some attributes
  aria-label="Rotate wrist left"
>
  <svg/>
</button>

the main benefit of this is that we'll be able to use aria tags since aria tags don't get applied on any kind of svg elements (which is a weird exception i know but c'est la vie)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions