Skip to content

Commit 6d4ee27

Browse files
emiliotabatkins
authored andcommitted
[css-display] Remove references to <applet>.
Applet is no longer part of the HTML spec.
1 parent cb834e9 commit 6d4ee27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-display-3/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Appendix A: Glossary</h2>
902902
<dt><dfn lt="replaced element|replaced">replaced element</dfn>
903903
<dd>
904904
An element whose content is outside the scope of the CSS formatting model,
905-
such as an image, embedded document, or applet.
905+
such as an image or embedded document.
906906
<span class=non-normative>
907907
For example, the content of the HTML <{img}> element
908908
is often replaced by the image that its <{img/src}> attribute designates.
@@ -1052,7 +1052,6 @@ HTML Elements {#unbox-html}
10521052
: <{wbr}>
10531053
: <{meter}>
10541054
: <{progress}>
1055-
: <{applet}>
10561055
: <{canvas}>
10571056
: <{embed}>
10581057
: <{object}>

0 commit comments

Comments
 (0)