Skip to content

Commit f43d97b

Browse files
committed
deploy: cb2ab45
1 parent d24cfa6 commit f43d97b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

twisoct/.stamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Nov 6 05:22:28 UTC 2025
1+
Thu Nov 6 05:56:47 UTC 2025

twisoct/blog/2025/11/02/this-month-in-servo/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,15 @@ <h1 class="title">This month in Servo: ??????????</h1>
265265
<ul>
266266
<li><strong>CompressionStream</strong> and <strong>DecompressionStream</strong> (@kkoyung, #39658)</li>
267267
<li><strong>fetchLater()</strong> (@TimvdLippe, #39547)</li>
268+
<li>the <strong>which</strong> property on <strong>UIEvent</strong> (@Taym95, #40109)</li>
269+
<li><strong>name</strong> and <strong>areas</strong> properties on <strong>HTMLMapElement</strong> (@tharkum, #40133)</li>
268270
</ul>
269271
<p><strong>AbortController</strong> and <strong>AbortSignal</strong> are now <strong>enabled by default</strong> (@jdm, #40079), after implementing <strong>AbortSignal.timeout()</strong> (@Taym95, #40032) and fixing <strong>throwIfAborted()</strong> on <strong>AbortSignal</strong> (@Taym95, #40224).
270272
If this is the first time you’ve heard of them, you might be surprised how important they are for real-world web compat!
271273
<a href="https://webstatus.dev/features/aborting"><strong>Over 40%</strong></a> of Google Chrome page loads at least <em>check</em> if they are supported, and many popular websites including GitHub and Discord are broken without them.</p>
272274
<p><strong>XPath</strong> is now <strong>enabled by default</strong> (@simonwuelker, #40212), after implementing <strong>‘@attr/parent’ queries</strong> (@simonwuelker, #39749), completely rewriting the parser (@simonwuelker, #39977), and landing several other fixes (@simonwuelker, #40103, #40105, #40161, #40167).</p>
273275
<p>Servo now supports <code>new KeyboardEvent({keyCode})</code> and <code>({charCode})</code> (@atbrakhi, #39590), which is enough to get <a href="https://browserbench.org/Speedometer3.0/"><strong>Speedometer 3.0</strong></a> working on macOS.</p>
276+
<p><strong>ImageData</strong> can now be sent over <strong>postMessage()</strong> and <strong>structuredClone()</strong> (@Gae24, #40084).</p>
274277
<h2 id="embedding-and-ecosystem" tabindex="-1">Embedding and ecosystem <a class="header-anchor" href="#embedding-and-ecosystem">
275278
<span class="icon hashlink"><i class="fas fa-link"></i></span>
276279
</a></h2>

twisoct/blog/feed.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919
&lt;ul&gt;
2020
&lt;li&gt;&lt;strong&gt;CompressionStream&lt;/strong&gt; and &lt;strong&gt;DecompressionStream&lt;/strong&gt; (@kkoyung, #39658)&lt;/li&gt;
2121
&lt;li&gt;&lt;strong&gt;fetchLater()&lt;/strong&gt; (@TimvdLippe, #39547)&lt;/li&gt;
22+
&lt;li&gt;the &lt;strong&gt;which&lt;/strong&gt; property on &lt;strong&gt;UIEvent&lt;/strong&gt; (@Taym95, #40109)&lt;/li&gt;
23+
&lt;li&gt;&lt;strong&gt;name&lt;/strong&gt; and &lt;strong&gt;areas&lt;/strong&gt; properties on &lt;strong&gt;HTMLMapElement&lt;/strong&gt; (@tharkum, #40133)&lt;/li&gt;
2224
&lt;/ul&gt;
2325
&lt;p&gt;&lt;strong&gt;AbortController&lt;/strong&gt; and &lt;strong&gt;AbortSignal&lt;/strong&gt; are now &lt;strong&gt;enabled by default&lt;/strong&gt; (@jdm, #40079), after implementing &lt;strong&gt;AbortSignal.timeout()&lt;/strong&gt; (@Taym95, #40032) and fixing &lt;strong&gt;throwIfAborted()&lt;/strong&gt; on &lt;strong&gt;AbortSignal&lt;/strong&gt; (@Taym95, #40224).
2426
If this is the first time you’ve heard of them, you might be surprised how important they are for real-world web compat!
2527
&lt;a href=&quot;https://webstatus.dev/features/aborting&quot;&gt;&lt;strong&gt;Over 40%&lt;/strong&gt;&lt;/a&gt; of Google Chrome page loads at least &lt;em&gt;check&lt;/em&gt; if they are supported, and many popular websites including GitHub and Discord are broken without them.&lt;/p&gt;
2628
&lt;p&gt;&lt;strong&gt;XPath&lt;/strong&gt; is now &lt;strong&gt;enabled by default&lt;/strong&gt; (@simonwuelker, #40212), after implementing &lt;strong&gt;‘@attr/parent’ queries&lt;/strong&gt; (@simonwuelker, #39749), completely rewriting the parser (@simonwuelker, #39977), and landing several other fixes (@simonwuelker, #40103, #40105, #40161, #40167).&lt;/p&gt;
2729
&lt;p&gt;Servo now supports &lt;code&gt;new KeyboardEvent({keyCode})&lt;/code&gt; and &lt;code&gt;({charCode})&lt;/code&gt; (@atbrakhi, #39590), which is enough to get &lt;a href=&quot;https://browserbench.org/Speedometer3.0/&quot;&gt;&lt;strong&gt;Speedometer 3.0&lt;/strong&gt;&lt;/a&gt; working on macOS.&lt;/p&gt;
30+
&lt;p&gt;&lt;strong&gt;ImageData&lt;/strong&gt; can now be sent over &lt;strong&gt;postMessage()&lt;/strong&gt; and &lt;strong&gt;structuredClone()&lt;/strong&gt; (@Gae24, #40084).&lt;/p&gt;
2831
&lt;h2 id=&quot;embedding-and-ecosystem&quot; tabindex=&quot;-1&quot;&gt;Embedding and ecosystem &lt;a class=&quot;header-anchor&quot; href=&quot;https://servo.org/twisoct/blog/2025/11/02/this-month-in-servo/#embedding-and-ecosystem&quot;&gt;
2932
&lt;span class=&quot;icon hashlink&quot;&gt;&lt;i class=&quot;fas fa-link&quot;&gt;&lt;/i&gt;&lt;/span&gt;
3033
&lt;/a&gt;&lt;/h2&gt;

0 commit comments

Comments
 (0)