Skip to content

Commit

Permalink
Update draft features (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent 3182133 commit ab24ce0
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 356 deletions.
59 changes: 0 additions & 59 deletions features/draft/spec/css-display-3.yml

This file was deleted.

33 changes: 0 additions & 33 deletions features/draft/spec/css-display-3.yml.dist

This file was deleted.

18 changes: 0 additions & 18 deletions features/draft/spec/css-easing-2.yml

This file was deleted.

17 changes: 0 additions & 17 deletions features/draft/spec/css-easing-2.yml.dist

This file was deleted.

9 changes: 5 additions & 4 deletions features/draft/spec/css-values-5.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
draft_date: 2024-10-21
draft_date: 2024-11-04
name: CSS Values and Units Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-values-5/
compat_features:
- css.properties.interpolate-size
- css.properties.interpolate-size.allow-keywords
- css.properties.interpolate-size.numeric-only
- css.types.angle
- css.types.angle-percentage
- css.types.angle.deg
Expand Down Expand Up @@ -54,6 +51,10 @@ compat_features:
# - css.at-rules.media.calc
# - Content:
# - css.properties.content.url
# - interpolate-size:
# - css.properties.interpolate-size
# - css.properties.interpolate-size.allow-keywords
# - css.properties.interpolate-size.numeric-only
# - tab-size:
# - css.properties.tab-size.length
# - abs() and sign():
Expand Down
8 changes: 0 additions & 8 deletions features/draft/spec/css-values-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,6 @@ compat_features:
# firefox_android: "119"
- css.types.attr.fallback

# baseline: false
# support:
# chrome: "129"
# chrome_android: "129"
- css.properties.interpolate-size
- css.properties.interpolate-size.allow-keywords
- css.properties.interpolate-size.numeric-only

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
Expand Down
53 changes: 28 additions & 25 deletions features/draft/spec/payment-handler.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
draft_date: 2024-10-28
draft_date: 2024-11-04
name: Payment Handler API
description: TODO
spec: https://w3c.github.io/payment-handler/
compat_features:
- api.CanMakePaymentEvent
- api.CanMakePaymentEvent.CanMakePaymentEvent
- api.CanMakePaymentEvent.respondWith
- api.PaymentManager
- api.PaymentManager.enableDelegations
- api.PaymentManager.secure_context_required
- api.PaymentManager.userHint
- api.PaymentRequestEvent
- api.PaymentRequestEvent.PaymentRequestEvent
- api.PaymentRequestEvent.changePaymentMethod
- api.PaymentRequestEvent.changeShippingAddress
- api.PaymentRequestEvent.changeShippingOption
- api.PaymentRequestEvent.methodData
- api.PaymentRequestEvent.modifiers
- api.PaymentRequestEvent.openWindow
- api.PaymentRequestEvent.paymentOptions
- api.PaymentRequestEvent.paymentRequestId
- api.PaymentRequestEvent.paymentRequestOrigin
- api.PaymentRequestEvent.respondWith
- api.PaymentRequestEvent.shippingOptions
- api.PaymentRequestEvent.topOrigin
- api.PaymentRequestEvent.total
- api.ServiceWorkerGlobalScope.canmakepayment_event
- api.ServiceWorkerGlobalScope.paymentrequest_event
- api.ServiceWorkerRegistration.paymentManager

# The following features in the spec are already part of web-features:
# - Payment handler:
# - api.CanMakePaymentEvent
# - api.CanMakePaymentEvent.CanMakePaymentEvent
# - api.CanMakePaymentEvent.respondWith
# - api.PaymentManager
# - api.PaymentManager.enableDelegations
# - api.PaymentManager.userHint
# - api.PaymentRequestEvent
# - api.PaymentRequestEvent.PaymentRequestEvent
# - api.PaymentRequestEvent.changePaymentMethod
# - api.PaymentRequestEvent.changeShippingAddress
# - api.PaymentRequestEvent.changeShippingOption
# - api.PaymentRequestEvent.methodData
# - api.PaymentRequestEvent.modifiers
# - api.PaymentRequestEvent.openWindow
# - api.PaymentRequestEvent.paymentOptions
# - api.PaymentRequestEvent.paymentRequestId
# - api.PaymentRequestEvent.paymentRequestOrigin
# - api.PaymentRequestEvent.respondWith
# - api.PaymentRequestEvent.shippingOptions
# - api.PaymentRequestEvent.topOrigin
# - api.PaymentRequestEvent.total
# - api.ServiceWorkerGlobalScope.canmakepayment_event
# - api.ServiceWorkerGlobalScope.paymentrequest_event
# - api.ServiceWorkerRegistration.paymentManager
48 changes: 0 additions & 48 deletions features/draft/spec/payment-handler.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,52 +8,4 @@ status:
chrome_android: "122"
edge: "122"
compat_features:
# baseline: false
# support:
# chrome: "70"
# chrome_android: "70"
# edge: "79"
- api.CanMakePaymentEvent
- api.CanMakePaymentEvent.CanMakePaymentEvent
- api.CanMakePaymentEvent.respondWith
- api.PaymentManager
- api.PaymentManager.userHint
- api.PaymentRequestEvent
- api.PaymentRequestEvent.PaymentRequestEvent
- api.PaymentRequestEvent.methodData
- api.PaymentRequestEvent.modifiers
- api.PaymentRequestEvent.openWindow
- api.PaymentRequestEvent.paymentRequestId
- api.PaymentRequestEvent.paymentRequestOrigin
- api.PaymentRequestEvent.respondWith
- api.PaymentRequestEvent.topOrigin
- api.PaymentRequestEvent.total
- api.ServiceWorkerGlobalScope.canmakepayment_event
- api.ServiceWorkerGlobalScope.paymentrequest_event
- api.ServiceWorkerRegistration.paymentManager

# baseline: false
# support:
# chrome: "76"
# chrome_android: "76"
# edge: "79"
- api.PaymentRequestEvent.changePaymentMethod

# baseline: false
# support:
# chrome: "80"
# chrome_android: "80"
# edge: "80"
- api.PaymentManager.enableDelegations
- api.PaymentRequestEvent.changeShippingAddress
- api.PaymentRequestEvent.changeShippingOption
- api.PaymentRequestEvent.paymentOptions
- api.PaymentRequestEvent.shippingOptions

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "122"
# chrome_android: "122"
# edge: "122"
- api.PaymentManager.secure_context_required
63 changes: 33 additions & 30 deletions features/draft/spec/payment-request.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
draft_date: 2024-10-28
draft_date: 2024-11-04
name: Payment Request API
description: TODO
spec: https://w3c.github.io/payment-request/
compat_features:
- api.PaymentMethodChangeEvent
- api.PaymentMethodChangeEvent.PaymentMethodChangeEvent
- api.PaymentMethodChangeEvent.methodDetails
- api.PaymentMethodChangeEvent.methodName
- api.PaymentRequest
- api.PaymentRequest.PaymentRequest
- api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method
- api.PaymentRequest.abort
- api.PaymentRequest.canMakePayment
- api.PaymentRequest.id
- api.PaymentRequest.paymentmethodchange_event
- api.PaymentRequest.show
- api.PaymentRequestUpdateEvent
- api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent
- api.PaymentRequestUpdateEvent.secure_context_required
- api.PaymentRequestUpdateEvent.updateWith
- api.PaymentResponse
- api.PaymentResponse.complete
- api.PaymentResponse.details
- api.PaymentResponse.methodName
- api.PaymentResponse.payerEmail
- api.PaymentResponse.payerName
- api.PaymentResponse.payerPhone
- api.PaymentResponse.payerdetailchange_event
- api.PaymentResponse.requestId
- api.PaymentResponse.retry
- api.PaymentResponse.shippingAddress
- api.PaymentResponse.shippingOption
- api.PaymentResponse.toJSON
- html.elements.iframe.allow.payment
- http.headers.Permissions-Policy.payment

# The following features in the spec are already part of web-features:
# - Payment request:
# - api.PaymentMethodChangeEvent
# - api.PaymentMethodChangeEvent.PaymentMethodChangeEvent
# - api.PaymentMethodChangeEvent.methodDetails
# - api.PaymentMethodChangeEvent.methodName
# - api.PaymentRequest
# - api.PaymentRequest.PaymentRequest
# - api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method
# - api.PaymentRequest.abort
# - api.PaymentRequest.canMakePayment
# - api.PaymentRequest.id
# - api.PaymentRequest.paymentmethodchange_event
# - api.PaymentRequest.show
# - api.PaymentRequestUpdateEvent
# - api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent
# - api.PaymentRequestUpdateEvent.updateWith
# - api.PaymentResponse
# - api.PaymentResponse.complete
# - api.PaymentResponse.details
# - api.PaymentResponse.methodName
# - api.PaymentResponse.payerEmail
# - api.PaymentResponse.payerName
# - api.PaymentResponse.payerPhone
# - api.PaymentResponse.payerdetailchange_event
# - api.PaymentResponse.requestId
# - api.PaymentResponse.retry
# - api.PaymentResponse.shippingAddress
# - api.PaymentResponse.shippingOption
# - api.PaymentResponse.toJSON
# - http.headers.Permissions-Policy.payment
Loading

0 comments on commit ab24ce0

Please sign in to comment.