Florian Rivoal
Florian Rivoal
When trying to build, I get the following error ``` = note: Undefined symbols for architecture arm64: "_iconv", referenced from: _git_path_iconv in liblibgit2_sys-c72467cf4143557b.rlib(path.o) (maybe you meant: _git_path_iconv_init_precompose, _git_path_iconv , _git_path_iconv_clear...
Given the following: ``` The following terms are defined in the [[w3c-process inline]]: The following terms are defined in the [[w3c-patent-policy inline]]: ``` the two references between `[[ ]]` work...
Bikeshed is starting to be seriously slow on css-text-3 (7 seconds on my machine). Not sure what's up, but maybe it's a good spec to profile bikeshed on to find...
The following code works, but generates warnings along the way: ```html ``` The output is exactly what I'd expect, but during the build, Bikeshed emits this: ``` /Users/florian/Library/Python/3.7/lib/python/site-packages/html5lib/_ihatexml.py:258: DataLossWarning: Coercing...
Bikeshed prevents bibliography references from wrapping. ```css [data-link-type=biblio] { white-space: pre; } ``` For `[[FOOBAR]]`, that's reasonable, but for `[[FOOBAR inline]]` or `[[FOOBAR|some decently long replacement]]` that's a lot less...
As reported by @tabatkins, extracted from https://github.com/tobie/specref/issues/347#issuecomment-293434102 ---- the following refs are marked as being obsolete, but the thing they claim should obsolete them doesn't exist in the db: nic15392...
The test cases in the repo cover a lot of scenario, but they're set up to be manual tests. We should refactor them and automated them as far as possible...
The claim made by the comment is no longer true. Closes #64
As this has no effect on the rendering, this is about doing the style computations and exposing it one way or another through the API so that Formatter and/or UI...
Should be possible to simply pass through to the browser. There are minor differences in behavior among browsers, but they're not critical. https://drafts.csswg.org/css-ui-4/#content-selection Note that browsers currently support through the...