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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>168708</bug_id>
          
          <creation_ts>2017-02-21 21:51:31 -0800</creation_ts>
          <short_desc>Fix makeprops.pl to handle multiple codegen being a list</short_desc>
          <delta_ts>2017-02-25 08:29:59 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>168867</dup_id>
          
          <bug_file_loc></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="Simon Fraser (smfr)">simon.fraser</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dbates</cc>
    
    <cc>lforschler</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1279775</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2017-02-21 21:51:31 -0800</bug_when>
    <thetext>CSSProperties.json an array of items for line-height, but I think it would be better as:

        &quot;line-height&quot;: {
            &quot;inherited&quot;: true,
            &quot;codegen-properties&quot;: [
                {
                    &quot;custom&quot;: &quot;All&quot;,
                    &quot;enable-if&quot;: &quot;ENABLE_TEXT_AUTOSIZING&quot;
                },
                {
                    &quot;getter&quot;: &quot;specifiedLineHeight&quot;,
                    &quot;conditional-converter&quot;: &quot;LineHeight&quot;,
                    &quot;enable-if&quot;: &quot;!ENABLE_TEXT_AUTOSIZING&quot;
                }
            ],
            &quot;specification&quot;: {
                &quot;category&quot;: &quot;css-22&quot;,
                &quot;url&quot;: &quot;https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height&quot;
            }
        },

Need to fix makeprops.pl to handle this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1281077</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2017-02-25 08:29:59 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 168867 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>