[change] Remove support for microdata props

Microdata was removed from the HTML spec and most browsers.
This commit is contained in:
Nicolas Gallagher
2020-05-19 21:40:54 -07:00
parent 53dd03d83b
commit 3230713d6b
4 changed files with 0 additions and 20 deletions
-5
View File
@@ -66,11 +66,6 @@ const forwardPropsList = {
onScroll: true, onScroll: true,
onWheel: true, onWheel: true,
href: true, href: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
rel: true, rel: true,
target: true, target: true,
unstable_ariaSet: true, unstable_ariaSet: true,
@@ -98,11 +98,6 @@ const forwardPropsList = {
onMouseOver: true, onMouseOver: true,
onMouseOut: true, onMouseOut: true,
onMouseUp: true, onMouseUp: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
unstable_ariaSet: true, unstable_ariaSet: true,
unstable_dataSet: true unstable_dataSet: true
}; };
-5
View File
@@ -65,11 +65,6 @@ const forwardPropsList = {
onScroll: true, onScroll: true,
onWheel: true, onWheel: true,
href: true, href: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
rel: true, rel: true,
target: true, target: true,
unstable_ariaSet: true, unstable_ariaSet: true,
-5
View File
@@ -141,11 +141,6 @@ export type ViewProps = {
onTouchStartCapture?: (e: any) => void, onTouchStartCapture?: (e: any) => void,
onWheel?: (e: any) => void, onWheel?: (e: any) => void,
href?: ?string, href?: ?string,
itemID?: ?string,
itemRef?: ?string,
itemProp?: ?string,
itemScope?: ?string,
itemType?: ?string,
rel?: ?string, rel?: ?string,
target?: ?string, target?: ?string,
unstable_ariaSet?: Object, unstable_ariaSet?: Object,