站稳

Results 17 issues of 站稳

从 [wpt](https://github.com/web-platform-tests/wpt/tree/master/css) 补充测试用例,从 Blink engine 的 [web_tests](https://github.com/chromium/chromium/tree/main/third_party/blink/web_tests) 中添加新的测试用例 。

Flutter 对于多行文本的换行符目前是指定为空格,无法实现 css word-break: break-all 的效果在单词中间换行。 由于文本排版是在 Flutter engine 内部控制,需要 Flutter 官方提供支持 https://github.com/flutter/flutter/issues/61081 **Web** ![image](https://user-images.githubusercontent.com/5419233/108961828-d84b4580-76b2-11eb-9a25-7aa010569ac9.png) **Kraken** ![image](https://user-images.githubusercontent.com/5419233/108961850-e26d4400-76b2-11eb-8b84-d80cde9ef2a5.png)

P5

**重现代码 | Code example:** ```js // @TODO: Percentage size of child should not be considered in auto min content width/height. xit("size 003", async () => { let flexbox_9; flexbox_9 =...

bug

**重现代码 | Code example:** ```js xit("size 002", async () => { let flexbox_7; flexbox_7 = createElement( "div", { class: "flexbox column horizontal", "data-expected-height": "33", style: { display: "flex", "-webkit-flex-direction": "column",...

bug

**重现代码 | Code example:** ```js // @TODO: The width of parent with no width style is no determined by its child but its grand child? xit("size 002", async () =>...

bug

**重现代码 | Code example:** ```js xit('empty-line-expected', async () => { let b; let b_1; let b_2; let p; p = createElement( 'p', { style: { 'box-sizing': 'border-box', }, }, [...

bug

运行 https://rax.alibaba-inc.com/docs/components/slider 中的 demo,发现无法通过手势来切换前后页。 **重现代码 | Code example:** ```jsx import { createElement, Component, render, createRef } from 'rax'; import View from 'rax-view'; import Image from 'rax-image'; import Slider from 'rax-slider';...

bug

目前只支持 solid,缺少对于 dashed, dotted 这种常见样式的支持。 https://drafts.csswg.org/css-backgrounds/#border-style

enhancement

https://drafts.csswg.org/css-cascade/#inherited-value

enhancement

### 使用的 Kraken 版本 | What version of kraken are you using main ### 重现步骤 | Steps To Reproduce iframe element default width 为 300px,height 为 150px。 **重现代码 | Code...

bug