skyclouds2001

Results 114 comments of skyclouds2001

so `stop-color` & `stop-opacity` are the last ones and this issue can be closed by https://github.com/mdn/data/pull/782

yes, I see they also listed in https://jc-verse.github.io/mdn-graph/warnings

rest in https://github.com/mdn/data/pull/787

see https://github.com/mdn/data/issues/59

mdn-data has add support for `calc-size()` https://github.com/mdn/data/blob/ad5e352161f5ed7b129741f5e1169cab8e89a05d/css/properties.json#L5954-L5969

呃似乎一部分我在做 https://github.com/NervJS/taro/pull/16600 的时候已经修了

可以自己用 [`toRefs()`](https://vuejs.org/api/reactivity-utilities#torefs) 把 reactive 对象转换成键值为 ref 的对象然后用解构赋值

> 是的,见 [MDN Web Docs](https://developer.mozilla.org/zh-CN/docs/Web/API/File_System_API) 这个 API 不应该使用,已经弃用了 > 但是确实可以更改改文件并写入(见 [File System Access API:简化对本地文件的访问  |  Capabilities  |  Chrome for Developers](https://developer.chrome.google.cn/docs/capabilities/web-apis/file-system-access?hl=zh-cn)) 这个 API 可以

I notice #29639, which tend to add the `cancel` event to `` element, where move the `cancel` event from `HTMLDialogElement` to `HTMLElement` This might be a unexpected fix and lack...

my research is as follows: * HTMLInputElement (type = 'file') * fired when user does not change file selection * bubble = true * cancelable = false ![image](https://github.com/user-attachments/assets/63220a9a-b9be-49d8-a8c5-a9571f8ff8ee) * HTMLDialogElement...