站稳
站稳
### 使用的 Kraken 版本 | What version of kraken are you using main **重现代码 | Code example:** ```js // @TODO: Overflow clip set in only one direction will cause content...
### 使用的 Kraken 版本 | What version of kraken are you using main **重现代码 | Code example:** ```js xit('gradient-ref', async () => { let gradient; gradient = createElement('div', { id:...
### 使用的 Kraken 版本 | What version of kraken are you using main **重现代码 | Code example:** ```js // @TODO: align-self: start and align-self: baseline combo bug. xit('wrap-baseline with more...
display inline 的 element 如 span 在盒模型尺寸计算上与普通的 display block element 如 div 有如下一些异同点,导致在 inline element 中内嵌 block element 的场景下与 web 的显示效果有较大差异,需要根据 W3C IFC (Inline Formartting Context)标准重新设计: 1. 垂直方向的 border/padding 不生效...
CSS background 属性支持配置多个 background-image https://www.w3.org/TR/css-backgrounds-3/#layering ```css background-image: url(flower.png), url(ball.png), url(grass.png); background-position: center center, 20% 80%, top left, bottom right; background-origin: border-box, content-box; background-repeat: no-repeat; ```
### 使用的 Kraken 版本 | What version of kraken are you using main ### 重现步骤 | Steps To Reproduce Kraken 上 input 默认 font-size 为 16px,web 上为 13.3333px。 **重现代码 |...
如 `text-index: 100px;`