1.. include:: ../../Includes.txt
2
3========================================
4Deprecation: #78217 - frameset and frame
5========================================
6
7See :issue:`78217`
8
9Description
10===========
11
12Frameset and frame are not supported in HTML5_ anymore.
13The browser support for framesets could be dropped in the future.
14
15Creating a layout based on framesets has been marked deprecated:
16
17*  DocumentationFrame_
18*  DocumentationFrameset_
19
20The following TypoScript has been marked as deprecated:
21
22*  :typoscript:`config.frameReloadIfNotInFrameset`
23*  :typoscript:`config.doctype = xhtml_frames`
24*  :typoscript:`config.xhtmlDoctype= xhtml_frames`
25*  :typoscript:`frameSet` and its options
26*  :typoscript:`FRAME` and its options
27*  :typoscript:`FRAMESET` and its options
28
29Furthermore the class :php:`FramesetRenderer` has been marked as deprecated.
30
31.. _HTML5: https://www.w3.org/TR/html5/obsolete.html#frames
32.. _DocumentationFrame: https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Frame/Index.html
33.. _DocumentationFrameset: https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Frameset/Index.html
34
35
36Impact
37======
38
39Using framesets will trigger deprecation log entries.
40
41
42Affected Installations
43======================
44
45All installations using framesets.
46
47
48Migration
49=========
50
51None.
52
53.. index:: Frontend, TypoScript
54