<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix makeprops.pl to handle multiple codegen being a list"
   href="https://bugs.webkit.org/show_bug.cgi?id=168708">168708</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix makeprops.pl to handle multiple codegen being a list
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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;<a href="https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height">https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height</a>&quot;
            }
        },

Need to fix makeprops.pl to handle this.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>