SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
519 stars 71 forks source link

Fix html deprecations #1434

Closed jbrichau closed 4 months ago

jbrichau commented 4 months ago

Removes the use of tags and attributes currently deprecated (or non-functioning) in HTML5 from the Seaside tests and examples.

Also fix the wrong deprecation of:

Fixes #1418

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 77.41935% with 7 lines in your changes missing coverage. Please review.

Project coverage is 49.04%. Comparing base (d90609c) to head (ad52bec).

Files Patch % Lines
...Test.class/instance/renderInline.factor.key.on..st 0.00% 3 Missing :warning:
...sFunctionalTest.class/instance/renderContentOn..st 0.00% 2 Missing :warning:
...eFunctionalTest.class/instance/renderAnchorsOn..st 0.00% 1 Missing :warning:
....class/instance/renderCellForDate.row.index.on..st 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1434 +/- ## ========================================== - Coverage 49.09% 49.04% -0.06% ========================================== Files 9144 9143 -1 Lines 80565 80552 -13 ========================================== - Hits 39553 39506 -47 - Misses 41012 41046 +34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.