@@ -858,6 +858,9 @@ abstract class HTMLTableElement extends HTMLElement {
858
858
*/
859
859
@ js.native
860
860
@ JSGlobal
861
+ @ deprecated(
862
+ " https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableDataCellElement" ,
863
+ " 0.9.8" )
861
864
abstract class HTMLTableDataCellElement extends HTMLTableCellElement
862
865
863
866
/**
@@ -918,6 +921,7 @@ abstract class HTMLParagraphElement extends HTMLElement {
918
921
}
919
922
920
923
@ js.native
924
+ @ deprecated(" Non-standard" , " 0.9.8" )
921
925
trait HTMLAreasCollection extends HTMLCollection {
922
926
def remove (index : Int = js.native): Unit = js.native
923
927
@@ -1126,6 +1130,7 @@ abstract class HTMLSelectElement extends HTMLElement {
1126
1130
}
1127
1131
1128
1132
@ js.native
1133
+ @ deprecated(" Non-standard." , " 0.9.8" )
1129
1134
trait HTMLBlockElement extends HTMLElement {
1130
1135
var width : Double = js.native
1131
1136
var cite : String = js.native
@@ -1176,6 +1181,7 @@ abstract class HTMLMetaElement extends HTMLElement {
1176
1181
1177
1182
@ js.native
1178
1183
@ JSGlobal
1184
+ @ deprecated(" Non-standard." , " 0.9.8" )
1179
1185
abstract class HTMLDDElement extends HTMLElement {
1180
1186
var noWrap : Boolean = js.native
1181
1187
}
@@ -2024,6 +2030,9 @@ abstract class HTMLQuoteElement extends HTMLElement {
2024
2030
*/
2025
2031
@ js.native
2026
2032
@ JSGlobal
2033
+ @ deprecated(
2034
+ " https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableHeaderCellElement" ,
2035
+ " 0.9.8" )
2027
2036
abstract class HTMLTableHeaderCellElement extends HTMLTableCellElement
2028
2037
2029
2038
/**
@@ -3002,6 +3011,7 @@ abstract class HTMLPreElement extends HTMLElement {
3002
3011
3003
3012
@ js.native
3004
3013
@ JSGlobal
3014
+ @ deprecated(" Non-standard." , " 0.9.8" )
3005
3015
abstract class HTMLPhraseElement extends HTMLElement {
3006
3016
var dateTime : String = js.native
3007
3017
}
@@ -3850,6 +3860,7 @@ object HTMLMediaElement extends js.Object {
3850
3860
3851
3861
@ js.native
3852
3862
@ JSGlobal
3863
+ @ deprecated(" Non-standard." , " 0.9.8" )
3853
3864
abstract class HTMLDTElement extends HTMLElement {
3854
3865
var noWrap : Boolean = js.native
3855
3866
}
0 commit comments