Skip to content

Commit

Permalink
Remove 'double' UnderlineStyle (#91)
Browse files Browse the repository at this point in the history
The `double` UnderlineStyle was added in anticipation of a planned Windows feature that never came to be. There are no other known uses, so remove it.

Closes #89
  • Loading branch information
dandclark committed Feb 14, 2024
1 parent 06467f3 commit e8463fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ <h3>TextUpdateEvent</h3>
</section>
<section>
<h3>TextFormatUpdateEvent</h3>
<pre class="idl"><xmp>enum UnderlineStyle { "none", "solid", "double", "dotted", "dashed", "wavy" };
<pre class="idl"><xmp>enum UnderlineStyle { "none", "solid", "dotted", "dashed", "wavy" };
enum UnderlineThickness { "none", "thin", "thick" };

dictionary TextFormatInit {
Expand Down

0 comments on commit e8463fc

Please sign in to comment.