- From: kwangmin kim via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 May 2023 06:54:56 +0000
- To: public-css-archive@w3.org
kwangminini has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom-view-1] scrollBehavior enum is ambiguous == I saw the post(the instant value of 'scroll-behavior' was renamed to 'auto') in Changes From 17 December 2013 To 31 January 2020. ![스크린샷 2023-05-31 오후 3 46 45](https://github.com/w3c/csswg-drafts/assets/48472989/350b2181-37af-44bd-acb0-9659d5e18ea0) also, only ```auto``` and ```smooth``` are defined in the value of the [scroll-behavior property](https://drafts.csswg.org/css-overflow-3/#propdef-scroll-behavior) However, the [scrollBehavior enum](https://drafts.csswg.org/cssom-view/#enumdef-scrollbehavior) defines ```instant``` as well as ```auto``` and ```smooth```. Since this fact is confusing, it seems that ```instant``` should be excluded from enum. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8885 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 31 May 2023 06:54:58 UTC