From 6863085346ee61ba0ce0dc19c98ad8b948159766 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Wed, 2 Jun 2021 09:23:17 -0700 Subject: [PATCH] Update explainer.md --- css-scroll-start/explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-scroll-start/explainer.md b/css-scroll-start/explainer.md index 1237ce2..f65036b 100644 --- a/css-scroll-start/explainer.md +++ b/css-scroll-start/explainer.md @@ -28,7 +28,7 @@ Reduce Javascript responsibility and enable a declarative pattern for interactio
## Proposed Solution -A new CSS property on scroll containers `scroll-start` which sets the initial scroll position on initialization. Once the user has interacted with the scroll area, `scroll-start` has no effect. The style must be present during scrollport creation or it has otherwised missed it's timing. +A new CSS property on scroll containers `scroll-start` which sets the initial scroll position. Once the user has interacted with the scroll area, `scroll-start` has no effect. The style must be present during scrollport creation or it has otherwised missed it's timing. | | | |:----------|:-------------|