- From: <bugzilla@jessica.w3.org>
- Date: Tue, 16 Oct 2012 22:44:04 +0000
- To: public-webplatform-bugs@w3.org
- Message-ID: <bug-19565-5733@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19565
Priority: P2
Bug ID: 19565
Assignee: cmills@w3.org
Summary: Unusual parameter values yield unusual rendering
QA Contact: public-webplatform-bugs@w3.org
Severity: normal
Classification: Unclassified
OS: Windows NT
Reporter: eliotgra@microsoft.com
URL: http://docs.webplatform.org/wiki/css/properties/-ms-co
ntent-zoom-snap-points
Hardware: PC
Status: NEW
Version: unspecified
Component: content
Product: webplatform.org
In the mentioned topic, the parameter values are not simple typos, and the form
interprets them weirdly.
Source:
|Values={{CSS Property Value
|Data Type=snapInterval(<start length>, <step length>)
|Description=Specifies where the snap-points will be placed.
<ul>
<li>'''start<length>''' specifies where the first snap-point will be
placed.</li>
<li>'''step<length>''' specifies the distance between subsequent
snap-points both to the left and the right of the initial snap-point.</li>
</ul>
}}{{CSS Property Value
|Data Type=snapList(<list lengths>)
|Description=Specifies the position of individual snap-points.
<ul>
<li>If the value specified in '''<list lengths>''' is less than
[[css/properties/ms-scroll-limit-xMin|'''-ms-scroll-limit-x-min''']] the value
of '''-ms-scroll-limit-x-min''' is used.</li>
<li>If the value specified in '''<list lengths>''' is greater that
[[css/properties/ms-scroll-limit-xMax|'''-ms-scroll-limit-x-max''']], the value
of '''-ms-scroll-limit-x-max''' is used.</li>
</ul>
}}
Expected rendering:
snapInterval(<start length>, <step length>)
Specifies where the snap-points will be placed.
•start<length> specifies where the first snap-point will be placed.
•step<length> specifies the distance between subsequent snap-points both to
the left and the right of the initial snap-point.
snapList(<list lengths>)
Specifies the position of individual snap-points.
•If the value specified in <list lengths> is less than -ms-scroll-limit-x-min
the value of -ms-scroll-limit-x-min is used.
•If the value specified in <list lengths> is greater that
-ms-scroll-limit-x-max, the value of -ms-scroll-limit-x-max is used.
Actual rendering (There's no code here. This is what appears in the topic):
[[css/data types/snapInterval(<start length>, <step
length>)|<snapInterval(<start length>, <step length>)>]]
Specifies where the snap-points will be placed.
*start<length> specifies where the first snap-point will be placed.
*step<length> specifies the distance between subsequent snap-points both to
the left and the right of the initial snap-point.
[[css/data types/snapList(<list lengths>)|<snapList(<list lengths>)>]]
Specifies the position of individual snap-points.
*If the value specified in <list lengths> is less than -ms-scroll-limit-x-min
the value of -ms-scroll-limit-x-min is used.
*If the value specified in <list lengths> is greater that
-ms-scroll-limit-x-max, the value of -ms-scroll-limit-x-max is used.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 16 October 2012 22:44:05 UTC