Le 14 avr. 2016 à 18:24, Ting-Yu Lin <[email protected]> a écrit : > On Thu, Apr 14, 2016 at 5:03 PM, Xidorn Quan <[email protected]> wrote: >> Shouldn't "summary { list-style-type: none; }" be enough? > Yes. With Bug 1258657 <https://bugzilla.mozilla.org/show_bug.cgi?id=1258657> > landed, it's enough to hide the triangle by summary { list-style-type: > none; }.
So I started some tests this morning http://codepen.io/anon/pen/bpKGXg And list-style-type: none; has 0 effect on Blink/WebKit. The most common usage of -webkit-details-marker is indeed a variation of: summary::-webkit-details-marker { display: none; } but I found other things too which might create cosmetics Web Compatibility issues. http://www.otsukare.info/2016/04/19/summary-details -- Karl Dubost, Mozilla http://www.la-grange.net/karl/moz _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

