Steps to replicate the issue (include links if applicable):
- Create the following CSS in a template subpage:
ruby { ruby-position: under; }
- Try to save it
What happens?:
- The editor complains “Unrecognized or unsupported property at line 2 character 2.” and refuses to save the CSS.
What should have happened instead?:
The CSS should just be saved. ruby-position has been in CSS for years; it is not even experimental.
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
This is part of a wider problem that Mediawiki disallows a lot of proper CSS3, causing template authors to resort to unreadable inline CSS.