(no longer active) Gérard Talbot

Results 51 comments of (no longer active) Gérard Talbot

16- In border-radius-side-shorthands-001.html I see line 77: `border-radius-right: 1 4em / 5em 1em;` The "1" should be "2em" . 17- In all of corner-shape-four-values tests (except 001): if there is...

22- The references border-radius-side-shorthands-001-ref.html and border-radius-side-shorthands-002-ref.html are identical. So, best is to remove -002 and reused -001 accordingly.

23- In parsing/border-clip-computed.html at line 20, I see test_computed_value("border-clip", "10px 1em 10% 1fr 2fr", "10px 20px 10% 1fr 2fr"); this implies that initial, default font size of body text is...

24- Where (in which .js file) is declared the test_computed_value() function? test_computed_value() function is called, is used in all border-*-computed.html tests in /parsing/ but I can not find test_computed_value() function...

25- In parsing/border-clip-valid.html the function called in line 13 to line 19 is test_computed_value() when it should be test_valid_value() I have not checked other tests.

Sebastian, I expect to be less available in the next upcoming 4-5 days. I will get back to you on Friday February 9th or Saturday February 10th.

26- Several of your parsing tests are _not_ supported by the current spec. This section https://drafts.csswg.org/css-borders-4/#index-defined-here lists each individual property names covered by the spec. 'border-radius-*' do **not** exist (eg.border-radius-bottom...

Sebastian, There is now a lot of work involved in your tests and overall they look much better. 3 quick comments. a) I do not know, I can not explain...

> put all of your tests and references into an accessible website. (...) > you'll have to upload them on your site to check them I can do that. I...

> put all of your tests and references into an accessible website. (...) you'll have to upload them on your site to check them Done http://www.gtalbot.org/BrowserBugsSection/CSS4BordersBoxDecorations/ 2 border-radius-side-shorthands files 26...