Re: Migrate your submissions

Ah, got it, that's great, thanks. But please see below :{P

On Sun, Dec 30, 2012 at 11:40 PM, Ms2ger <ms2ger@gmail.com> wrote:

> Hi Aharon,
>
>
> On 12/30/2012 01:56 PM, Aharon (Vladimir) Lanin wrote:
>
>> I am not quite sure what this means. What is the status of the html5bidi
>> tests that the group I lead has submitted? Where do they "belong in the
>> tree"? Have they already moved there? I can currently see the submissions
>> in http://dvcs.w3.org/hg/html/**file/tip/tests/submission/**html5bidi/bdi<http://dvcs.w3.org/hg/html/file/tip/tests/submission/html5bidi/bdi>
>> .
>> Should I be able to see them elsewhere?
>>
>
> Robin created a pull request for your tests [1], and I merged it in the
> understanding that you had already reviewed them inside the group, and a
> more thorough review would be unlikely to happen any time soon.
>

They did get reviewed, and I checked in some minor changes before the pull
etc. However, there was one important thing that I was meaning to do, but
hadn't yet done, and which really does need to be done. The test at
https://github.com/w3c/html-testsuite/blob/master/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-br.html
(and
its ref file) needs to be deleted. After it was written and reviewed, there
was a change in the CSS spec for unicode-bidi:isolate (which is the actual
implementation of the bdi element) that made a bidi paragraph break within
it terminate the bidi paragraph surrounding it. The test, on the other
hand, checks that just the opposite is true. I filed
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20085 on the HTML spec
(which got cloned to https://www.w3.org/Bugs/Public/show_bug.cgi?id=20126),
asking to change the spec on the bdi element so it is consistent with
unicode-bidi:isolate, but Hixie has not yet dealt with these. The bottom
line is that the test I mentioned above currently expects results that are
contrary to what the spec should say. Since it would be just as bad to
change it to require results contrary to what the spec currently says, I
think it would be best to simply drop it for now.


> This means that your tests are also listed, on github ([2], for example).
> I don't believe the replication to w3c-test.org is already in place.
>

What is the significance of the replication to there (or lack of it)?


>
> HTH
> Ms2ger
>
> [1] https://github.com/w3c/html-**testsuite/pull/6<https://github.com/w3c/html-testsuite/pull/6>
> [2] https://github.com/w3c/html-**testsuite/tree/master/html/**
> semantics/forms/the-textarea-**element<https://github.com/w3c/html-testsuite/tree/master/html/semantics/forms/the-textarea-element>
>

Received on Monday, 31 December 2012 07:57:32 UTC