Seeing > instead of > (child selector) (was Re: before-after-table-parts-001 invalid CSS)

Le Ven 7 janvier 2011 16:20, fantasai a écrit :
> On 01/07/2011 01:14 PM, Arron Eicholz wrote:
>> Friday, January 07, 2011 11:59 AM fantasai
>>> On 01/07/2011 11:46 AM, Arron Eicholz wrote:
>>>> On Friday, January 07, 2011 11:40 AM fantasai:
>>>>> On 01/07/2011 11:33 AM, Arron Eicholz wrote:
>>>>>> http://test.csswg.org/suites/css2.1/20101210/html4/before-after-table-
>>>>> parts-001.htm
>>>>>>
>>>>>> It seems that the child selector was incorrectly converted to>.
>>>>>
>>>>> I'm not seeing the problem.
>>>>>
>>>>
>>>> .varyheight> div { height:80px;
>>>>
>>>>
>>>> I just updated all my files to confirm I didn't have something odd
>>>> on my end
>>> too.
>>>
>>> I'm still not seeing it. Here's what I see:
>>>
>>> http://web-
>>> sniffer.net/?url=http://test.csswg.org/suites/css2.1/20101210/html4/before
>>> -after-table-parts-001.htm
>>
>> Not sure what's going on here but I have deleted my file and pulled
>> the
>> files down again and I am still seeing it encoded incorrectly.
>
> You're probably looking at the XHTML source, not the HTML source you
> posted here.
>
> ~fantasai

Hello all,

If you see an > instead of > in the CSS code of a test, it is most
likely (strong suspicion; not confirmed yet) because the escaping
mechanism

<style type="text/css"><![CDATA[
...
]]></style>

is not there. This was the case with

http://test.csswg.org/suites/css2.1/20101210/xhtml1/before-after-table-parts-001.xht

I will be fixing

http://test.csswg.org/source/contributors/mozilla/submitted/css2.1/generated-content/before-after-table-parts-001.xht

today wrt this.

Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Thursday, 16 February 2012 18:17:38 UTC