Y2

Results 9 issues of Y2

BiSON is cool, it save bandwidth, but we could gzip the response, that save bandwidth also

当前差异: 浏览器 ![image](https://user-images.githubusercontent.com/677114/108948043-a9c27000-769c-11eb-99d0-1a38251022a9.png) Kraken ![image](https://user-images.githubusercontent.com/677114/108948056-ae872400-769c-11eb-8289-0a3d0e88a78c.png)

enhancement

## 使用场景 | Use case Layout 测试用例覆盖度需要进一步提高 ## 提案 | Proposal https://github.com/WebKit/WebKit/tree/main/LayoutTests 可以考虑迁移webkit里的测试用例,质量比wpt高些,目前 Kraken 已经支持 HTML,迁移成本会低很多,里面用到了比较多的 id 选择器还没有支持,需要实现

enhancement

## 使用场景 | Use case 1. dart markdown 可以依赖 kraken 渲染效果 2. 富文本内容可以通过 kraken 显示 ## 提案 | Proposal ``` class MyApp extends StatelessWidget { // This widget is the...

enhancement

## 使用场景 | Use case Web 标准兼容考虑:https://dom.spec.whatwg.org/#interface-parentnode ``` interface mixin ParentNode { [SameObject] readonly attribute HTMLCollection children; readonly attribute Element? firstElementChild; readonly attribute Element? lastElementChild; readonly attribute unsigned long childElementCount;...

enhancement

Like that: ``` // @include path/to/*.js ```

enhancement