<?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>224816</bug_id>
          
          <creation_ts>2021-04-20 08:55:37 -0700</creation_ts>
          <short_desc>Replace some manual checks with isCSSWideKeyword</short_desc>
          <delta_ts>2021-11-12 03:02:19 -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>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>232750</dependson>
    
    <dependson>232830</dependson>
    
    <dependson>232868</dependson>
    
    <dependson>233035</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tim Nguyen (:ntim)">ntim</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1752276</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Nguyen (:ntim)">ntim</who>
    <bug_when>2021-04-20 08:55:37 -0700</bug_when>
    <thetext>There are various manual checks being done across the codebase, that are essentially `isCSSWideKeyword`.

`isCSSWideKeyword` should be used instead so those manual checks aren&apos;t duplicate code, and don&apos;t fall out of date in case a new keyword is introduced.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1752277</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-04-20 08:56:03 -0700</bug_when>
    <thetext>&lt;rdar://problem/76900720&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1752286</commentid>
    <comment_count>2</comment_count>
    <who name="Tim Nguyen (:ntim)">ntim</who>
    <bug_when>2021-04-20 09:19:22 -0700</bug_when>
    <thetext>Hmm, this would require moving `isCSSWideKeyword` to a header file that&apos;s convenient to include.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1812394</commentid>
    <comment_count>3</comment_count>
    <who name="Tim Nguyen (:ntim)">ntim</who>
    <bug_when>2021-11-06 09:11:15 -0700</bug_when>
    <thetext>See https://webkit-search.igalia.com/webkit/search?q=CSSValueInitial&amp;path=&amp;case=false&amp;regexp=false</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>