Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for all elements in the RichText parser #61

Closed
25 of 27 tasks
Sub6Resources opened this issue Feb 6, 2019 · 5 comments
Closed
25 of 27 tasks

Add support for all elements in the RichText parser #61

Sub6Resources opened this issue Feb 6, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers high-priority
Milestone

Comments

@Sub6Resources
Copy link
Owner

Sub6Resources commented Feb 6, 2019

The following still need support in the RichText version of the parser:

  • address
  • aside
  • bdi
  • bdo (Too complicated to implement without official support in the Flutter framework for this)
  • big
  • cite
  • data
  • del
  • ins
  • kbd
  • mark
  • nav
  • noscript
  • q
  • rp
  • rt
  • ruby
  • s
  • samp
  • span
  • strike
  • sub
  • sup
  • template
  • time
  • tt
  • var
@The-Redhat
Copy link
Contributor

Although the HtmlRichTextParser doesn't support span, it would be great if it simply shows the content. Now it's looking really weird, because text is missing.

@Sub6Resources
Copy link
Owner Author

Support for span has been added in version 0.9.5.

@Sub6Resources Sub6Resources modified the milestones: 1.0.0, 0.10.0 Mar 12, 2019
@Sub6Resources
Copy link
Owner Author

Support for address added in 0.9.8.

@Sub6Resources
Copy link
Owner Author

Support for aside, bdi, big, cite, data, ins, kbd, mark, nav, noscript, q, rp, rt, ruby, s, samp, strike, template, time, tt, and var added in version 0.10.0.

@Sub6Resources
Copy link
Owner Author

0.11.0 adds partial support for the sub tag. Unfortunately, the remaining two: sup and bdo present a challenge due to a lack of support for bidirectionality and superscripted text in the Flutter engine. Hopefully coming months sees this support added. 1.0.0 will add a workaround for sub and sup. The average user isn't going to be too worried about bdo though, so support will take longer for that one.

Closing this issue for now. Prefer opening new issues rather than commenting on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers high-priority
Projects
None yet
Development

No branches or pull requests

2 participants