https://github.com/w3c/csswg-drafts/issues/8926
The view-timeline shorthand is now a shorthand for view-timeline-name, view-timeline-axis, and view-timeline-inset. Previously, view-timeline-inset was not part of the shorthand.
This can theoretically be a problem if CSS like this exists:
div {
view-timeline-inset: 10px;
view-timeline: mytimeline;
}
Currently, view-timeline (appearing later) would not interfere with view-timeline-inset above, whereas with this change the view-timeline declaration sets view-timeline-inset to its initial value.
Use-counters:
However, for this to be a problem, a site needs to use both view-timeline and view-timeline-inset. A HTTP Archive search [1] which looks for sites using both shows only 12 hits:
1 https://store.marketwatch.com/
4 https://www.heraldsun.com.au/
6 https://globalstore.thetimes.co.uk/
7 https://assinaturaglobo.globo.com/
9 https://readerschoice.thestar.com/
10 https://sourcingjournal.com/
11 https://ontario-doctors.thestar.com/
12 http://fashion.telegraph.co.uk/
However, I can’t find any sign that these sites use view-timeline-[inset] from checking manually.
If problems do appear, it can be fixed easily by e.g. using view-timeline-name/view-timeline-axis instead of view-timeline, or re-ordering the declarations such that view-timeline-inset comes after.
None
Not applicable
None
Gecko: No signal
WebKit: No signal
Web developers: No signals
Other signals:
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
Yes
Yes (added in CL).
None
None
None
False
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
None
https://chromestatus.com/feature/5201576423063552
This intent message was generated by Chrome Platform Status.
[1]
#standardSQL
SELECT pages.url
FROM `httparchive.pages.2023_08_01_desktop` AS pages
WHERE (JSON_EXTRACT(pages.payload, "$._blinkFeatureFirstUsed.Features['728']") IS NOT NULL
AND JSON_EXTRACT(pages.payload, "$._blinkFeatureFirstUsed.Features['730']") IS NOT NULL);
Web developers: No signals
Other signals:
WebView application risks
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
Debuggability
None
Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
Yes
Is this feature fully tested by web-platform-tests?
Yes (added in CL).
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAKFBnUpkoy4OgADAMhhGXmMsK7fLRxQLOPDK%2Bz6OJpHa5904vQ%40mail.gmail.com.
I think this doesn't warrant a full-fledged standards position, but can we extract signals from the CSSWG minutes?
Web developers: No signals
Other signals:
WebView application risks
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
Debuggability
None
Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
Yes
Is this feature fully tested by web-platform-tests?
Yes (added in CL).
Can you add a flag in case we're wrong about the compat risk here?
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAL5BFfX5KUdkm1ED7zPoxaxp2X1RM%3D0pcnhQsS9VY-h0bHrmXQ%40mail.gmail.com.
LGTM3
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw-yF%2BuNRav2s%2BhJBms1s-CTQwYOEsa4f%3DZ0xvRt7Tuy%3DA%40mail.gmail.com.