Skip to content

Commit 68325e7

Browse files
committed
Adding "loading" attribute to dtd
Adding the "loading attribute to the dtd as necessary due to: ``` Commit: eafe670 [eafe670] Date: Monday, March 24, 2025 8:26:06 PM Set lazy loading attribute for images To speed up loading, especially for the graphical class hierarchy page ```
1 parent 07a301f commit 68325e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/dtd/xhtml1-transitional.dtd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646

4747
March 23, 2025
4848
- added div with special elements
49+
50+
March 28, 2025
51+
- added loading attribute with special iframe amd img
4952
-->
5053

5154
<!--================ Character mnemonic entities =========================-->
@@ -428,6 +431,7 @@
428431
height %Length; #IMPLIED
429432
width %Length; #IMPLIED
430433
allowfullscreen (true|false) "true"
434+
loading (eager|lazy) #IMPLIED
431435
>
432436

433437
<!-- alternate content container for non frame-based rendering -->
@@ -889,6 +893,7 @@
889893
border %Length; #IMPLIED
890894
hspace %Pixels; #IMPLIED
891895
vspace %Pixels; #IMPLIED
896+
loading (eager|lazy) #IMPLIED
892897
>
893898

894899
<!ELEMENT source EMPTY>

0 commit comments

Comments
 (0)