Deprecation: #78217 - frameset and frame
See forge#78217
Description
Frameset and frame are not supported in HTML5 anymore. The browser support for framesets could be dropped in the future.
Creating a layout based on framesets has been marked deprecated:
The following TypoScript has been marked as deprecated:
- config.- frame - Reload - If - Not - In - Frameset 
- config.- doctype = xhtml_ - frames 
- config.- xhtml - Doctype= xhtml_ - frames 
- frameand its options- Set 
- FRAMEand its options
- FRAMESETand its options
Furthermore the class 
        Frameset has been marked as deprecated.
Impact
Using framesets will trigger deprecation log entries.
Affected Installations
All installations using framesets.
Migration
None.