<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The use of -webkit-box-orient in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/53621#M19009</link>
    <description>&lt;P&gt;A lot of things that are deprecated are still in wide use. The MDN article for box-orient says it has been superseded by flexbox. Whether that is suitable for your application, I don't know.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developer.mozilla.org/docs/Web/CSS/box-orient" target="_blank"&gt;https://developer.mozilla.org/docs/Web/CSS/box-orient &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp" target="_blank"&gt;https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Mar 2024 15:45:21 GMT</pubDate>
    <dc:creator>jscher2000</dc:creator>
    <dc:date>2024-03-17T15:45:21Z</dc:date>
    <item>
      <title>The use of -webkit-box-orient</title>
      <link>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/53583#M19005</link>
      <description>&lt;P&gt;I do not know if this would be the right place to have this discussion. It is not really a bug or support request, but more of a small "what the H-E-Double-Hockey-Sticks is going on?"&lt;/P&gt;&lt;P&gt;I am playing around with CSS and web design. Currently, to do that spiffy ellipsing thing when a block of text is too long, we are supposed to use -webkit-line-clamp, along with -webkit-box-orient while we wait for CSS4 to be fully implemented; at least that is my rudimentary understanding of the property. However, the CSS3 documentation, along with Firefox's Developer Tools, as well as VS Code, indicate that -webkit-box-orient has been deprecated and should not be used. However, the actual line-clamp property coming in CSS4 is not yet supported, and the only way for it to work is to use the deprecated property.&lt;/P&gt;&lt;P&gt;So, my question is: why has this property been deprecated before the full implementation of the new property? Should Firefox (and other browsers) remove the deprecated warning from -webkit-box-orient until the full line-clamp spec is developed?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 23:59:09 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/53583#M19005</guid>
      <dc:creator>David1014</dc:creator>
      <dc:date>2024-03-16T23:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: The use of -webkit-box-orient</title>
      <link>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/53621#M19009</link>
      <description>&lt;P&gt;A lot of things that are deprecated are still in wide use. The MDN article for box-orient says it has been superseded by flexbox. Whether that is suitable for your application, I don't know.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developer.mozilla.org/docs/Web/CSS/box-orient" target="_blank"&gt;https://developer.mozilla.org/docs/Web/CSS/box-orient &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp" target="_blank"&gt;https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 15:45:21 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/53621#M19009</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2024-03-17T15:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: The use of -webkit-box-orient</title>
      <link>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/71929#M27458</link>
      <description>&lt;P&gt;Unfortunately, w/o using the &lt;STRONG&gt;"deprecated"&lt;/STRONG&gt;&amp;nbsp;`&lt;SPAN&gt;-webkit-box-orient` attribute, the line clamping just won't work 🤷🏻‍&lt;span class="lia-unicode-emoji" title=":male_sign:"&gt;♂️&lt;/span&gt;. It even says that on the&amp;nbsp;&lt;A href="https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp" target="_blank" rel="nofollow noopener noreferrer"&gt;-webkit-line-clamp&lt;/A&gt;&amp;nbsp;MDN page:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt; It only works in combination with the&amp;nbsp;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/display" target="_blank" rel="noopener"&gt;display&lt;/A&gt;&amp;nbsp;property set to&amp;nbsp;-webkit-box&amp;nbsp;or&amp;nbsp;-webkit-inline-box&amp;nbsp;and the&amp;nbsp;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient" target="_blank" rel="noopener"&gt;-webkit-box-orient&lt;/A&gt;&amp;nbsp;property set to&amp;nbsp;vertical&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, it doesn't seem to have a non-deprecated alternative yet... Right?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 11:29:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/the-use-of-webkit-box-orient/m-p/71929#M27458</guid>
      <dc:creator>ksandr_d</dc:creator>
      <dc:date>2024-09-25T11:29:25Z</dc:date>
    </item>
  </channel>
</rss>

