Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions inputfiles/addedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@
]
}
},
"DeviceMotionEventAcceleration": {
"noInterfaceObject": true
},
"DeviceMotionEventRotationRate": {
"noInterfaceObject": true
},
"HTMLImageElement": {
"name": "HTMLImageElement",
"properties": {
Expand Down
2 changes: 2 additions & 0 deletions inputfiles/patches/device-motion.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
interface DeviceMotionEventAcceleration noInterfaceObject=#true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically it should be device-orientation.kdl or something per the spec name https://w3c.github.io/deviceorientation/, but I think we don't have any other patch for this spec, and the spec name is a bit weird, so all good.

interface DeviceMotionEventRotationRate noInterfaceObject=#true
Loading