Re: [css-writing-modes-3] Prince 10 and table-progression-001-vrl

Le 2015-09-06 21:51, Gérard Talbot a écrit :
> Elika,
> 
> http://test.csswg.org/source/css-writing-modes-3/table-progression-001-vrl.html
> 
> In all fairness, Prince 10 passes that test. One difficulty Prince 10
> has with the test is the missing opening quote (") on colspan and
> rowspan attribute values in the <table class="reference">.
> 
> line 93
>     <td colspan=3">
>     <td class="a">
>   <tr>
>     <td rowspan=3">
>     <td class="g">
>     <td class="f">
>     <td rowspan=2">
> 
> should be
> 
>     <td colspan="3">
>     <td class="a">
>   <tr>
>     <td rowspan="3">
>     <td class="g">
>     <td class="f">
>     <td rowspan="2">
> 
> I will adjust your test later today... and also these 2
> 
> http://test.csswg.org/source/css-writing-modes-3/table-progression-001-vlr.html
> 
> http://test.csswg.org/source/css-writing-modes-3/table-progression-001-ref.html
> 
> which also have the same quoting issue.

Done.

http://hg.csswg.org/test/rev/ef9768131aab

Gérard
-- 
Test Format Guidelines
http://testthewebforward.org/docs/test-format-guidelines.html

Test Style Guidelines
http://testthewebforward.org/docs/test-style-guidelines.html

Test Templates
http://testthewebforward.org/docs/test-templates.html

CSS Naming Guidelines
http://testthewebforward.org/docs/css-naming.html

Test Review Checklist
http://testthewebforward.org/docs/review-checklist.html

CSS Metadata
http://testthewebforward.org/docs/css-metadata.html

Received on Monday, 7 September 2015 03:09:03 UTC