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 Deprecated Elements #1

Closed
6 of 7 tasks
Sub6Resources opened this issue Aug 15, 2018 · 7 comments
Closed
6 of 7 tasks

Add Support for Deprecated Elements #1

Sub6Resources opened this issue Aug 15, 2018 · 7 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Sub6Resources
Copy link
Owner

Sub6Resources commented Aug 15, 2018

For some use-cases, the html is probably out of the hands of the person trying to render it. To ensure that the desired html renders for all use cases, deprecated elements should at least have their text rendered.

Here are the deprecated elements that need support (anybody can submit a pull request adding one or many of these):

  • acronym
  • big
  • center
  • noframe
  • strike
  • tt
  • font
@Sub6Resources Sub6Resources added the enhancement New feature or request label Aug 15, 2018
@Sub6Resources Sub6Resources added this to the 0.5.0 milestone Aug 15, 2018
@Sub6Resources Sub6Resources self-assigned this Aug 15, 2018
@Sub6Resources Sub6Resources added the good first issue Good for newcomers label Aug 15, 2018
@Sub6Resources Sub6Resources modified the milestones: 0.5.0, 0.6.0 Aug 22, 2018
@Sub6Resources
Copy link
Owner Author

Support for strike and tt added in 0.5.3 (88c3568)

@Sub6Resources
Copy link
Owner Author

Support for acronym and big added in 0.5.5 (6f684ac)

@Sub6Resources
Copy link
Owner Author

(Partial) support for center added in 0.5.6 (f1e5607)

@Sub6Resources
Copy link
Owner Author

I've decided that noframe is out of the scope of this project. If anybody needs support for it, comment on this issue.

@Sub6Resources
Copy link
Owner Author

Added font tag to list of deprecated elements that should not be ignored.

@Sub6Resources Sub6Resources reopened this Dec 8, 2018
@Sub6Resources Sub6Resources modified the milestones: 0.6.0, 0.9.0 Dec 8, 2018
@Sub6Resources Sub6Resources modified the milestones: 0.9.0, 0.9.1 Feb 1, 2019
@Sub6Resources
Copy link
Owner Author

font support added in version 0.9.2, which wraps up our deprecated element support list.

@chinmay2505
Copy link

chinmay2505 commented Jul 27, 2020

font tag is not rendering text in v0.11.1

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
Projects
None yet
Development

No branches or pull requests

2 participants