[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,
onWheel: true,
href: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
rel: true,
target: true,
unstable_ariaSet: true,
@@ -98,11 +98,6 @@ const forwardPropsList = {
onMouseOver: true,
onMouseOut: true,
onMouseUp: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
unstable_ariaSet: true,
unstable_dataSet: true
};
-5
View File
@@ -65,11 +65,6 @@ const forwardPropsList = {
onScroll: true,
onWheel: true,
href: true,
itemID: true,
itemRef: true,
itemProp: true,
itemScope: true,
itemType: true,
rel: true,
target: true,
unstable_ariaSet: true,
-5
View File
@@ -141,11 +141,6 @@ export type ViewProps = {
onTouchStartCapture?: (e: any) => void,
onWheel?: (e: any) => void,
href?: ?string,
itemID?: ?string,
itemRef?: ?string,
itemProp?: ?string,
itemScope?: ?string,
itemType?: ?string,
rel?: ?string,
target?: ?string,
unstable_ariaSet?: Object,