Review Report on section 9.3.2 (top box offset) ~= 26 testcases

Hello,

This report is mostly for Fantasai and Arron Eicholz.

Summary
*******

- 0 testcase with Fractional pixel problem
- 0 rejectable testcase
- 0 proposed replacement
- 2 proposed additions to the test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/top-114.htm
and
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/top-115.htm


********************************
Section 9.3.2 Box offsets: 'top'
********************************

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-043.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-044.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-055.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-056.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-067.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-068.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-091.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-092.htm

Approved

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-103.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-104.htm

Approved

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-113.htm

It was possible to do a different testcase than this. Nevertheless,

Approved

I propose to add:
CSS Test: position relative - top offset percentage and inherit
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/top-114.htm
and
CSS Test: position relative - top offset percentage and auto-height
containing block
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/top-115.htm

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-001.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-002.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-003.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-004.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-005.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-006.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-007.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-008.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-009.htm

I propose to replace

<link rel="help"
href="http://www.w3.org/TR/CSS21/visuren.html#position-props">

with

<link rel="help" title="9.7 Relationships between 'display', 'position',
and 'float'" href="http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo">

because this is the only spot in the spec where elements with display
set to  table or sub-table elements are described that they can be
absolutely positioned and how the position of the box can be determined.


Approved

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-010.htm

Proposed modification:

    div
    {
       background: green;
       top: 0;
       display: list-item;
       height: 1in;
       left: 2em;
       position: absolute;
       width: 1in;
    }

<p>Test passes if there is a box at the top of the page. There should be
a bullet list-marker preceding the green square.</p>

----------------------

Author: Microsoft

http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-011.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-012.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-013.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-014.htm
http://test.csswg.org/suites/css2.1/20100815/html4/top-applies-to-015.htm

Approved

----------------------

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

CSS 2.1 test suite (beta 3; August 15th 2010):
http://test.csswg.org/suites/css2.1/20100815/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Friday, 17 September 2010 23:40:11 UTC