Opened 8 years ago
Last modified 8 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
styleattributes for eachh3,ul, andliinto 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-labelattributes, so that an extracted list of links doesn't just repeat the same link texts but with different URLs.aria-labelattributes 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