Fuqiao Xue
Fuqiao Xue
看起来挺有用的,在标准层面感觉和HTML/DOM关系比较大,可以考虑在这个issue里先讨论一下这个提案的使用场景和建议语法,初步成型后提到[DOM](https://github.com/whatwg/dom/issues)标准? 这是一个DOM的新特性提案的例子,可供参考(不过这个提案比我们讨论的这个要复杂得多):https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md
谢谢 @answershuto 。简单看了一下你的提案,有两点建议: 1. 我觉得需要写一下为什么不能使用 `if (window.MouseEvent)` 或者 `if ("onxxxxx" in window)` 这样的用法,因为这可能是常见问题 2. 例子里写的 `isEventSupports(Event event);` 和下面的 `.isEventSupports('click');` 不匹配,可能需要改为 `isEventSupports(DOMString eventType);`
感谢 @answershuto 如果其他同学没有新的comment,我觉得可以在DOM提一个issue了:https://github.com/whatwg/dom/issues Issue里可以简单介绍一下这个提案,再加一个到 https://github.com/answershuto/isEventSupports 的链接。
另外,提案有一个小typo:最后的input will return ture应该是input will return true
染陌你好,这里有一些相关讨论:https://www.w3.org/2018/05/30-gesture-minutes.html 我的理解是这方面涉及到的专利比较多,所以标准化可能会有阻力,不过倒是可以试试往[UI Events](https://github.com/w3c/uievents/issues)提提试试,看看收到的反馈如何。
谢谢 @answershuto ,我们看看UI Events那边是否会有反馈。 ----- Just FYI - Pointer Events 工作组明确[表示](https://www.w3.org/2021/03/pointer-events-wg-charter.html#out-of-scope)手势事件不在范围之内,不过WebApps工作组(UI Events的工作组)还是有可能做的。
Agreed. BTW, [BUGS.html](https://github.com/w3c/css-validator/blob/master/BUGS.html) and [TODO.html](https://github.com/w3c/css-validator/blob/master/TODO.html) are almost identical.
I used to use this feature (before the redesign of /TR), although not very often. "Find in page" can not give me a good overview of "who does what".
For a detailed set of example use cases, please read the article [Use cases for bidi and language metadata on the Web](https://www.w3.org/International/articles/lang-bidi-use-cases/).
In addition to Addison's comments above, the W3C Internationalization WG found some of the terminologies in the documents here to be inaccurate. What would be the best way to engage...