ArthurHub / ArthurHub/HTML-Renderer

css class names with periods don't work

未關閉
#168 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug CSS
主要語言
C#
星號
1.4k
分支
550
平均合併
14 天 9 小時
30 天內合併 PR
1

描述

Consider

property

This CSS should work, but doesn't:

``` css
.token.property {
color: #c92c2c;
}
```

But this does

``` css
.property {
color: #c92c2c;
}
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

首先使用提供的 標記和兩個 CSS 選取器重現問題,然後追蹤符合 CSS 類別選取器的 HTML-Renderer 路徑。當複合選取器 `.token.property` 與 `.property` 一樣套用顏色時,即表示完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
csharp
領域
frontend
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。