Path: blob/main/dev-docs/feature-format-matrix/qmd-files/css-properties/opacity/opacity-rgb-comma-alpha-int.qmd
6553 views
---
format:
html:
quality: 1
pdf:
quality: na
typst:
quality: 2
comment: "td, span only"
dashboard:
quality: 1
docx:
quality: na
pptx:
quality: na
keep-typ: true
_quarto:
tests:
typst:
ensureTypstFileRegexMatches:
-
# note the input is invalid, there is no "int alpha" input for rgb() in css
- '\[#set text\(fill: rgb\(70, 130, 180, 50%\)\); B\]'
- []
---
```{=html}
<table>
<tr><td>A</td><td style="color: rgb(70, 130, 180, 170); opacity: 0.5">B</td></tr>
</table>
```