Skip to content

Commit

Permalink
Fix the color alpha syntax to be 50% (#182)
Browse files Browse the repository at this point in the history
SHA: 6c0a7c6
Reason: push, by kaelig

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kizu and github-actions[bot] committed Dec 13, 2022
1 parent 7242f71 commit 64d1a55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions format/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="ReSpec 32.4.0">
<meta name="generator" content="ReSpec 32.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
span.example-title{text-transform:none}
Expand Down Expand Up @@ -187,8 +187,8 @@
"id": "dtcg-logo"
}
],
"publishISODate": "2022-12-07T00:00:00.000Z",
"generatedSubtitle": "Draft Community Group Report 07 December 2022"
"publishISODate": "2022-12-13T00:00:00.000Z",
"generatedSubtitle": "Draft Community Group Report 13 December 2022"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/cg-draft"></head>
<body class="h-entry"><div class="head">
Expand All @@ -197,7 +197,7 @@
<h1 id="title" class="title">Design Tokens Format Module</h1>
<p id="w3c-state">
<a href="https://www.w3.org/standards/types#reports">Draft Community Group Report</a>
<time class="dt-published" datetime="2022-12-07">07 December 2022</time>
<time class="dt-published" datetime="2022-12-13">13 December 2022</time>
</p>
<dl>

Expand Down Expand Up @@ -449,7 +449,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1>
<span class="hljs-attr">"shadow-token"</span>: {
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"shadow"</span>,
<span class="hljs-attr">"$value"</span>: {
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000088"</span>,
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000080"</span>,
<span class="hljs-attr">"offsetX"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"offsetY"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"blur"</span>: <span class="hljs-string">"1.5rem"</span>,
Expand Down Expand Up @@ -964,7 +964,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1>
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"color"</span>
},
<span class="hljs-attr">"Translucent shadow"</span>: {
<span class="hljs-attr">"$value"</span>: <span class="hljs-string">"#00000088"</span>,
<span class="hljs-attr">"$value"</span>: <span class="hljs-string">"#00000080"</span>,
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"color"</span>
}
}
Expand Down Expand Up @@ -1173,7 +1173,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1>
<span class="hljs-attr">"shadow-token"</span>: {
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"shadow"</span>,
<span class="hljs-attr">"$value"</span>: {
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000088"</span>,
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000080"</span>,
<span class="hljs-attr">"offsetX"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"offsetY"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"blur"</span>: <span class="hljs-string">"1.5rem"</span>,
Expand All @@ -1199,7 +1199,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1>
<span class="hljs-attr">"color"</span>: {
<span class="hljs-attr">"shadow-050"</span>: {
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"color"</span>,
<span class="hljs-attr">"$value"</span>: <span class="hljs-string">"#00000088"</span>
<span class="hljs-attr">"$value"</span>: <span class="hljs-string">"#00000080"</span>
}
},

Expand Down Expand Up @@ -1434,7 +1434,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1>
<span class="hljs-attr">"shadow-token"</span>: {
<span class="hljs-attr">"$type"</span>: <span class="hljs-string">"shadow"</span>,
<span class="hljs-attr">"$value"</span>: {
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000088"</span>,
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"#00000080"</span>,
<span class="hljs-attr">"offsetX"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"offsetY"</span>: <span class="hljs-string">"0.5rem"</span>,
<span class="hljs-attr">"blur"</span>: <span class="hljs-string">"1.5rem"</span>,
Expand Down

0 comments on commit 64d1a55

Please sign in to comment.