2023-05-03 11:06:20 +02:00
|
|
|
== Why is this an issue?
|
|
|
|
|
2021-06-08 14:23:48 +02:00
|
|
|
With the creation of the HTML5 specification, many elements were deprecated, including ``++frame++``, ``++frameset++``, and ``++noframes++``.
|
|
|
|
|
|
|
|
|
|
|
|
While many of the other deprecations were motivated by a desire to clean up the specification, the ``++frame*++`` elements were deprecated because:
|
|
|
|
|
|
|
|
____
|
|
|
|
using them damages usability and accessibility
|
|
|
|
|
|
|
|
____
|
|
|
|
|
|
|
|
Therefore frames should be avoided.
|
|
|
|
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
== Resources
|
2021-06-08 14:23:48 +02:00
|
|
|
|
|
|
|
* http://www.w3.org/TR/html5-diff/#obsolete-elements
|
|
|
|
|