Commit a6f6d39
authored
Deprecate script element "type" attribute (and "charset" and "type" IDL attributes of HTMLScriptElement) (#7264)
This change marks as deprecated the "charset" and "type" IDL
attributes of the HTMLScriptElement interface, because the HTML
spec at https://html.spec.whatwg.org/multipage/obsolete.html
defines the corresponding content/markup attributes as obsolete.
Other than those attributes, we’ve already marked as deprecated
all other HTMLScriptElement IDL attributes for which the HTML spec
defines the corresponding content/markup attributes as obsolete.
- - - -
This change marks the "type" attribute of the script element as deprecated,
because at https://html.spec.whatwg.org/multipage/obsolete.html, the HTML
spec defines that attribute as obsolete.
Other than hat attribute, we’ve already marked as deprecated all other
script attributes that the HTML spec defines as obsolete.
Relates to #72551 parent b3ea219 commit a6f6d39
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
0 commit comments