Peng Zhou
Peng Zhou
@abell123456 同样感觉有这个bug,是不是因为遍历完`newList`,没有去除`oldList`中多余的部分啊,感觉在后面应该在添加几行代码来去除`oldList`多余的部分。 ``` var len = simulateList.length - 1 - j, k = 0; while (k
[The issue of Chromium](https://issues.chromium.org/issues/417426569) has been fixed and the patch has been merged into Chromium’s main branch. The fix is expected to ship in Chrome M139.
According to [HTML Standard](https://html.spec.whatwg.org/#the-li-element), `` can be a list owner? 
@Loirooriol [This test case](https://github.com/web-platform-tests/wpt/blob/master/html/semantics/grouping-content/the-li-element/grouping-li-reftest-list-owner-parent.html) is failed on Firefox. Is Firefox's behavior correct based on the above description? ```html li { list-style-type: decimal; list-style-position: inside; } .container { padding: 50px; }...
@Loirooriol Is the behavior of this test correct in Firefox? ```html li { list-style-type: decimal; } ``` actual result:  IMO, expected result: 
According to [recent changes around counter inheritance in the spec](https://drafts.csswg.org/css-lists/#changes-20200709): > Changed counter inheritance to take from the parent first, and only take from the sibling if it’s a new...
As we have reverted the spec, so [the test](https://wpt.fyi/results/css/css-lists/counter-001.html?label=master) results of Firefox and Safari are correct? ```html #test { counter-reset: c; } #test span { counter-increment: c; } #test span::before...
Note that developers can now receive only crash report by specifying the endpoint named `crash-reporting`, per May 22nd's agenda: https://docs.google.com/document/d/1Yw38B6y4NIioBQtc2tyoCSZrf_F1gi4jI1vB7pLFM0w/edit?tab=t.0#heading=h.siw0ckmqdtp8. Chromium is formally interested in this addition, and Mozilla has...
Hi @dipikabh, ready for review. PTAL, thanks!