Remove Uppercase Accents (rua)

Categories

Component ID

2161285

Component name

Remove Uppercase Accents (rua)

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

5436

Component created

Component changed

Component body

RUA has a working Drupal 8 release.

This module utilizes jquery to remove accents from greek (currently) accented characters that have been capitalized through CSS.
It adds a script that runs on the document ready event.

The JS script can easily be adapted to other languages.

The selection is based on the effective CSS rules defining the uppercase text
transformation text-transform: uppercase; and font-variant: small-caps;

As of version 2.x the module doesn't break fieldsets, thus it functionality is restored on admin pages too.

The text below this line is in greek in order to aid people searching for accent removal:

Αφαίρεση τόνων στα κεφαλαία στο Drupal

Η συγκεκριμένη μονάδα αφαιρεί τους τόνους από τα γράμματα που έχουν μετατραπεί σε κεφαλαία μέσω CSS.

Credits

Adapted for Drupal by bserem for SRM.
See commits page for all the people who have contributed to this.