flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Request support for `text-transform` inline style

Open daohoangson opened this issue 2 years ago • 2 comments

Use case

The document looks simple enough.

https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform

Proposal

These values should be supported:

  • [ ] uppercase Is a keyword that converts all characters to uppercase.
  • [ ] lowercase Is a keyword that converts all characters to lowercase.
  • [ ] none Is a keyword that prevents the case of all characters from being changed.

These are nice to have:

  • full-width Is a keyword that forces the writing of a character — mainly ideograms and Latin scripts — inside a square, allowing them to be aligned in the usual East Asian scripts (like Chinese or Japanese).
  • full-size-kana Generally used for <ruby> annotation text, the keyword converts all small Kana characters to the equivalent full-size Kana, to compensate for legibility issues at the small font sizes typically used in ruby.

daohoangson avatar Nov 30 '21 15:11 daohoangson

any update?

balaji101010 avatar Oct 06 '23 06:10 balaji101010

Work on this is not started yet.

daohoangson avatar Oct 06 '23 09:10 daohoangson