Opened 7 years ago
Last modified 7 years ago
#3576 new enhancement
Content Limitations - custom CSS and aria-label
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description
See https://en-gb.wordpress.org/meetups/
There are a couple of things I'd like to improve here:
- consolidate the repeated
style
attributes for eachh3
,ul
, andli
into class selectors. There doesn't appear to be a way to define custom CSS (like WordCamp sites can), and<style>
tags get stripped. - use
aria-label
attributes, so that an extracted list of links doesn't just repeat the same link texts but with different URLs.aria-label
attributes are stripped, and I don't want to update the (visual) link text.
Can solutions be provided for these?
Note: See
TracTickets for help on using
tickets.
While we could enable custom CSS support, I think this kind of page would be better off implemented as a page template available to all locales as it's a common thing wanted by country-specific locales
Related: #1292