a11y: add `role="button"` to delete note links
This commit is contained in:
parent
e71cae8d8f
commit
402216a553
|
@ -62,7 +62,7 @@ class WC_Meta_Box_Order_Notes {
|
|||
printf( ' ' . __( 'by %s', 'woocommerce' ), $note->comment_author );
|
||||
endif;
|
||||
?>
|
||||
<a href="#" class="delete_note"><?php _e( 'Delete note', 'woocommerce' ); ?></a>
|
||||
<a href="#" class="delete_note" role="button"><?php _e( 'Delete note', 'woocommerce' ); ?></a>
|
||||
</p>
|
||||
</li>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue