François REMY
François REMY
It would be interesting to be able to tell no only what time a journey takes but also how often that journey is available. As a proxy, this could be...
Currently the safe HEML subset does not include any facility to float things on the side of a body of text, but floating images is widely supported as long as...
If we are not doing this, then the bar can overflow to the next line, then it starts drawing itself over and over again, because the start of the line...
## Adding a Dataset - **Name:** MedSTS - **Description:** 1,068 sentence pairs annotated by two medical experts with semantic similarity scores of 0-5 (low to high similarity). - **Task:** STS...
In anonymous function executed for each grid item, in computeFlexibleTrackBreadth: https://github.com/FremyCompany/css-grid-polyfill/blob/master/src/css-grid/lib/grid-layout.js#L2322 **If you want to get this issue fixed for whatever reason, please comment here.** I'll use the comments to...
The csswg accepted a change to use ```[line-name]``` instead of ```(line-name)``` when giving names to lines between tracks. The polyfill and its examples are still built on the previous iteration...
Not sure whether it means I've to push for a spec change even more... or if I should just wait for @tabatkins and @fantasai to work on it on their...
In parseTrackBreadthToken: https://github.com/FremyCompany/css-grid-polyfill/blob/master/src/css-grid/lib/grid-layout.js#L704 **If you want to get this issue fixed for whatever reason, please comment here.** I'll use the comments to prioritize my future work.
Right now I don't allow negative columns/rows, and I don't support spanning from the right side. **If you want to get this issue fixed for whatever reason, please comment here.**...
It would work on IE9/10 but fails on IE11 because they added support for "break-before" and "break-after" but not the "region" value. As I'm relying on "currentStyle" in IE to...