Ilya Streltsyn
Ilya Streltsyn
Can't Phrasing content be assumed as always allowed for nesting inside elements with Transparent content model? Are there any exceptions?
I just ran into the same issue (IE11/Windows 10). @pcgilday, thanks for the workaround with smaller `height`! I could only find the ugly hack with adding zero-width pseudo element with...
The bug still exist in both Chrome (tested in v.65/Windows) and Safari (tested in iOS 11.2). The Chrome bug referenced above is reopened since Oct. 2016. Unfortunately, I couldn’t find...
Per current spec, the behavior of Firefox and Edge is correct. If `flex-wrap` is `wrap`, the flex container is considered multi-line and should obey the `align-content` property, even if it...
It seems that at least Safari 10.1.2 takes into account `max-width` set in length units (at least `px` and `vw`), but still ignores `max-width` set as a percentage.
Strictly speaking, there is no such thing as "inline-block *tags",* as well as there are no "inline tags" and "block tags" since HTML4/XHTML1 (where the "block and inline elements" concept...
Still, how can the `dd` element be 'inline' by any definition? Even in HTML4, although it was listed neither as [`inline`](https://www.w3.org/TR/html4/sgml/dtd.html#inline) nor as [`block`](https://www.w3.org/TR/html4/sgml/dtd.html#block), it had [the `flow` content model](https://www.w3.org/TR/html4/struct/lists.html#edef-DD)...
It seems that in iOS 7 this behavior has been fixed. In your example both labels work identically for me (iOS 7.1.2 on iPad Mini 1).
Anothe useful, though not much used because of difficuilty of implementation, corner shape seems to be the "squircle" or "superellipse" shape, or at least its approximation with Bezier curves. Searching...
Maybe `element-shape` could (optionally) share the 9-slice scaling pattern with `border-image`/`mask-border`, making coordinates of corners independent from the size of the image itself?