<?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>107738</bug_id>
          
          <creation_ts>2013-01-23 14:36:51 -0800</creation_ts>
          <short_desc>[CSS Grid Layout] Handle min-content and max-content when the grid item has an orthogonal writing mode</short_desc>
          <delta_ts>2016-07-27 23:00:23 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>159295</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>
          
          <blocked>103311</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Julien Chaffraix">jchaffraix</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jfernandez</cc>
    
    <cc>ojan</cc>
    
    <cc>tony</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>814652</commentid>
    <comment_count>0</comment_count>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2013-01-23 14:36:51 -0800</bug_when>
    <thetext>Currently minContentForChild and maxContentForChild have the following code:

bool hasOrthogonalWritingMode = child-&gt;isHorizontalWritingMode() != isHorizontalWritingMode();
// FIXME: Properly support orthogonal writing mode.
if (hasOrthogonalWritingMode)
    return 0;

Orthogonal writing mode needs to be handled in these functions. Most importantly, we need to had writing mode coverage to min-content / max-content tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>815901</commentid>
    <comment_count>1</comment_count>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2013-01-24 15:27:16 -0800</bug_when>
    <thetext>Filed a general question about how to solve the question of orthogonal writing-mode on grid items as the specification is missing this part: http://lists.w3.org/Archives/Public/www-style/2013Jan/0418.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1215140</commentid>
    <comment_count>2</comment_count>
    <who name="Javier Fernandez">jfernandez</who>
    <bug_when>2016-07-27 23:00:23 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>