<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>19565</bug_id>
          
          <creation_ts>2012-10-16 22:44:04 +0000</creation_ts>
          <short_desc>Unusual parameter values yield unusual rendering</short_desc>
          <delta_ts>2013-09-05 16:23:11 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>webplatform.org</product>
          <component>content</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://docs.webplatform.org/wiki/css/properties/-ms-content-zoom-snap-points</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eliot Graff">eliotgra</reporter>
          <assigned_to name="Chris Mills">cmills</assigned_to>
          <cc>dom</cc>
    
    <cc>julee</cc>
    
    <cc>komoroske</cc>
          
          <qa_contact name="public-webplatform-bugs list">public-webplatform-bugs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>76461</commentid>
    <comment_count>0</comment_count>
    <who name="Eliot Graff">eliotgra</who>
    <bug_when>2012-10-16 22:44:04 +0000</bug_when>
    <thetext>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(&amp;lt;start length&amp;gt;, &amp;lt;step length&amp;gt;)
|Description=Specifies where the snap-points will be placed. 

&lt;ul&gt;
&lt;li&gt;&apos;&apos;&apos;start&amp;lt;length&amp;gt;&apos;&apos;&apos; specifies where the first snap-point will be placed.&lt;/li&gt;
&lt;li&gt;&apos;&apos;&apos;step&amp;lt;length&amp;gt;&apos;&apos;&apos; specifies the distance between subsequent snap-points both to the left and the right of the initial snap-point.&lt;/li&gt;
&lt;/ul&gt;
}}{{CSS Property Value
|Data Type=snapList(&amp;lt;list lengths&amp;gt;)
|Description=Specifies the position of individual snap-points.  

&lt;ul&gt;
&lt;li&gt;If the value specified in &apos;&apos;&apos;&amp;lt;list lengths&amp;gt;&apos;&apos;&apos; is less than [[css/properties/ms-scroll-limit-xMin|&apos;&apos;&apos;-ms-scroll-limit-x-min&apos;&apos;&apos;]] the value of &apos;&apos;&apos;-ms-scroll-limit-x-min&apos;&apos;&apos; is used.&lt;/li&gt;
&lt;li&gt;If the value specified in &apos;&apos;&apos;&amp;lt;list lengths&amp;gt;&apos;&apos;&apos; is greater that [[css/properties/ms-scroll-limit-xMax|&apos;&apos;&apos;-ms-scroll-limit-x-max&apos;&apos;&apos;]], the value of &apos;&apos;&apos;-ms-scroll-limit-x-max&apos;&apos;&apos; is used.&lt;/li&gt;
&lt;/ul&gt;
}}


Expected rendering:
snapInterval(&lt;start length&gt;, &lt;step length&gt;) 
Specifies where the snap-points will be placed. 
  •start&lt;length&gt; specifies where the first snap-point will be placed.
  •step&lt;length&gt; specifies the distance between subsequent snap-points both to the left and the right of the initial snap-point.
snapList(&lt;list lengths&gt;) 
Specifies the position of individual snap-points. 
  •If the value specified in &lt;list lengths&gt; is less than -ms-scroll-limit-x-min the value of -ms-scroll-limit-x-min is used.
  •If the value specified in &lt;list lengths&gt; is greater that -ms-scroll-limit-x-max, the value of -ms-scroll-limit-x-max is used.




Actual rendering (There&apos;s no code here. This is what appears in the topic):


[[css/data types/snapInterval(&lt;start length&gt;, &lt;step length&gt;)|&lt;snapInterval(&lt;start length&gt;, &lt;step length&gt;)&gt;]] 
Specifies where the snap-points will be placed.  
  *start&lt;length&gt; specifies where the first snap-point will be placed.
  *step&lt;length&gt; specifies the distance between subsequent snap-points both to the left and the right of the initial snap-point.


[[css/data types/snapList(&lt;list lengths&gt;)|&lt;snapList(&lt;list lengths&gt;)&gt;]] 
Specifies the position of individual snap-points.  
  *If the value specified in &lt;list lengths&gt; is less than -ms-scroll-limit-x-min the value of -ms-scroll-limit-x-min is used.
  *If the value specified in &lt;list lengths&gt; is greater that -ms-scroll-limit-x-max, the value of -ms-scroll-limit-x-max is used.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76472</commentid>
    <comment_count>1</comment_count>
    <who name="Dominique Hazael-Massieux">dom</who>
    <bug_when>2012-10-17 07:22:58 +0000</bug_when>
    <thetext>snapInterval() should probably use the CSS Function template rather than the CSS Property one.

That being said, the CSS Function template doesn&apos;t yet let one pick parameters and other expected definitions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76796</commentid>
    <comment_count>2</comment_count>
    <who name="Alex Komoroske">komoroske</who>
    <bug_when>2012-10-19 23:11:31 +0000</bug_when>
    <thetext>Turns out the problem was either the () or &lt;&gt; in the datatype field. This page should really be switched to use the CSS Function template--once we get that template set up correctly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79361</commentid>
    <comment_count>3</comment_count>
    <who name="JuleeAtAdobe">julee</who>
    <bug_when>2012-12-04 02:49:06 +0000</bug_when>
    <thetext>Reverting this bug&apos;s platform to All, as experience happens on all platforms.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93055</commentid>
    <comment_count>4</comment_count>
    <who name="Eliot Graff">eliotgra</who>
    <bug_when>2013-09-05 16:23:11 +0000</bug_when>
    <thetext>I believe that this has been worked out.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>