Albin Berglund
Albin Berglund
Current spec: https://www.w3.org/TR/2018/WD-css-overflow-3-20180731/#auto-ellipsis Chrome issue: https://bugs.chromium.org/p/chromium/issues/detail?id=980476. **Background:** The use of ```text-overflow: ellipsis``` will make overflowing text hidden from users. At the *very pixel* where the ellipsis appear, the overflow is...
### Which @angular/* package(s) are the source of the bug? compiler ### Is this a regression? No ### Description [Sharing modules](https://angular.dev/guide/ngmodules/sharing) are very useful in large projects. But when the...
I am trying to build a Liquid code editor using liquidjs. When creating an AST of this code ```liquid {% if customer.name == "kevin" %} Hey Kevin! {% elsif customer.name...