plone / plone.base

Plone Interface contracts, plus basic features and utilities
https://pypi.org/project/plone.base
2 stars 0 forks source link

remove deprecated html tags from default valid tags #47

Open spereverde opened 1 year ago

spereverde commented 1 year ago

According to this: https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements the following html tags are deprecated:

Do we want to keep these for some reason, or should I make a PR to remove them from the default?

mauritsvanrees commented 1 year ago

Probably fine to remove them indeed.

I would not do a migration: it seems safer to me when existing sites keep their current settings, and this only applies to new sites.