Skip to content

Commit

Permalink
Deprecate HTMLIFrameElement: allowPaymentRequest (#6888)
Browse files Browse the repository at this point in the history
This change marks the allowPaymentRequest property of the
HTMLIFrameElement interface standard_track:false and deprecated:true.

The allowPaymentRequest property was removed from the Payment Request spec:

* w3c/payment-request#928
* w3c/payment-request@a4f35e3

https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest
already updated.
  • Loading branch information
sideshowbarker authored Oct 15, 2020
1 parent 4ee5bb9 commit b241789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/HTMLIFrameElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down

0 comments on commit b241789

Please sign in to comment.