Revision e8c4654cef692388e68e8ded7a9316d6bd613570 authored by Darren Shen on 06 April 2018, 07:51:02 UTC, committed by Chromium WPT Sync on 06 April 2018, 07:51:02 UTC
We cannot support background-repeat and background-position yet because
they are both implemented as shorthands in Blink, but are not shorthands
in the spec.

We'd need to refactor the existing code to allow shorthands to reify
as proper Typed OM objects. There are also some tricky bits to support
styleMap.set with shorthands given a proper Typed OM object.

Bug: 820299
Change-Id: I064ce37a48bee3d73965b66b323e20abf5a9099f
Reviewed-on: https://chromium-review.googlesource.com/994593
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548705}
1 parent d6a82fd
History
File Mode Size
BackgroundSync.idl -rw-r--r-- 795 bytes
FileAPI.idl -rw-r--r-- 2.3 KB
IndexedDB.idl -rw-r--r-- 6.3 KB
OWNERS -rw-r--r-- 14 bytes
ServiceWorker.idl -rw-r--r-- 7.0 KB
WebCryptoAPI.idl -rw-r--r-- 8.1 KB
accelerometer.idl -rw-r--r-- 702 bytes
ambient-light.idl -rw-r--r-- 168 bytes
background-fetch.idl -rw-r--r-- 3.8 KB
budget-api.idl -rw-r--r-- 766 bytes
clipboard-apis.idl -rw-r--r-- 698 bytes
compat.idl -rw-r--r-- 357 bytes
console.idl -rw-r--r-- 770 bytes
cookie-store.idl -rw-r--r-- 1.9 KB
css-font-loading.idl -rw-r--r-- 2.7 KB
css-typed-om.idl -rw-r--r-- 9.4 KB
cssom-view.idl -rw-r--r-- 6.0 KB
cssom.idl -rw-r--r-- 4.6 KB
dedicated-workers.idl -rw-r--r-- 4.6 KB
dom.idl -rw-r--r-- 17.4 KB
encoding.idl -rw-r--r-- 666 bytes
encrypted-media.idl -rw-r--r-- 3.9 KB
entries-api.idl -rw-r--r-- 2.1 KB
feature-policy.idl -rw-r--r-- 250 bytes
filter-effects.idl -rw-r--r-- 10.5 KB
fullscreen.idl -rw-r--r-- 573 bytes
gamepad.idl -rw-r--r-- 903 bytes
geolocation-sensor.idl -rw-r--r-- 996 bytes
geometry.idl -rw-r--r-- 11.5 KB
gyroscope.idl -rw-r--r-- 399 bytes
hr-time.idl -rw-r--r-- 503 bytes
html.idl -rw-r--r-- 78.2 KB
keyboard-lock.idl -rw-r--r-- 241 bytes
magnetometer.idl -rw-r--r-- 767 bytes
mediacapture-main.idl -rw-r--r-- 6.9 KB
orientation-sensor.idl -rw-r--r-- 765 bytes
payment-handler.idl -rw-r--r-- 3.0 KB
payment-request.idl -rw-r--r-- 3.7 KB
proximity.idl -rw-r--r-- 232 bytes
remoteplayback.idl -rw-r--r-- 795 bytes
screen-orientation.idl -rw-r--r-- 823 bytes
selection-api.idl -rw-r--r-- 1.5 KB
sensors.idl -rw-r--r-- 657 bytes
storage.idl -rw-r--r-- 611 bytes
touchevents.idl -rw-r--r-- 395 bytes
uievents.idl -rw-r--r-- 4.3 KB
url.idl -rw-r--r-- 1.1 KB
wake-lock.idl -rw-r--r-- 485 bytes
web-animations.idl -rw-r--r-- 5.3 KB
web-audio-api.idl -rw-r--r-- 17.9 KB
web-nfc.idl -rw-r--r-- 1.5 KB
web-share.idl -rw-r--r-- 336 bytes
webauthn.idl -rw-r--r-- 6.1 KB
webidl.idl -rw-r--r-- 1.8 KB
webrtc-pc.idl -rw-r--r-- 22.8 KB
webusb.idl -rw-r--r-- 5.7 KB
webvtt.idl -rw-r--r-- 1.3 KB
webxr.idl -rw-r--r-- 4.8 KB
xhr.idl -rw-r--r-- 2.9 KB

back to top