skyclouds2001
skyclouds2001
add css variable type definition for the two components
### Description add&update external mdn and standard link of manifest member ### Linked Issues ### Additional Context --- > [!TIP] > The author of this PR can publish a _preview...
## Summary ### Problem the `Performance.measureUserAgentSpecificMemory()` is only expose to Window, SharedWorker and ServiceWorker (see https://wicg.github.io/performance-measure-memory/ and https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/timing/performance.idl;l=72?q=performance.idl), but currently the macros does not support this case previously another case...
### Description https://developer.mozilla.org/en-US/docs/Web/API/Window/showDirectoryPicker https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker https://developer.mozilla.org/en-US/docs/Web/API/Window/showSaveFilePicker majorly about https://github.com/mdn/content/commit/8f93582ca9008d55db258a017552be486e372382 and https://github.com/mdn/content/commit/4d929bb0a021c7130d5a71a4bf505bcb8070378d (except for showDirectoryPicker), and https://github.com/mdn/content/commit/b58a5b506fdc086f442104ccdee547b9df0cb6a7 for https://github.com/mdn/content/pull/38634 ### Motivation ### Additional details ### Related issues and pull requests ~**Depends on:**...
对应代码更新在 https://github.com/NervJS/taro/pull/16726 ,对应项目模板更新在 https://github.com/NervJS/taro/pull/16727 > [!Warning] > 需先合并 https://github.com/NervJS/taro/pull/16726 和 https://github.com/NervJS/taro/pull/16727
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? missing data...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? since it...
the latest spec has update the syntax to `#` see https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range and https://drafts.csswg.org/css-fonts/#unicode-range-desc this occurs at https://github.com/w3c/csswg-drafts/commit/42a50349daa26d3b8e4b71a4c81f47f46c186fbb (https://github.com/w3c/csswg-drafts/issues/8835)
the `` and `` syntaxes are never used anywhere, neither in mdn-data nor in csstree also, these syntaxes are not in the https://www.w3.org/TR/css-color-4/#color-syntax reference, too (maybe they are removed from...