[要望] CSS編集モードで、text-decorationプロパティが色変更しない
-
こんにちは。 毎回小さな事ですが、要望を出させてください。
内容は、タイトルの通りなんですが、
「CSS編集モードで、text-decorationプロパティが色変更しない」です。CSS level 1 のプロパティについては、調べてみましたが、色変更しなかったのはtext-decorationプロパティだけでした。
# CSS level 2 は、数が膨大なので、日を改めて調べてみます...
| hat | 返信 -
こんばんは。
ふぉぅお!これは要望というよりも、不具合です。。。text-decorationのようにメジャーなプロパティを見逃すはずはありませんので調べてみたところプログラムに問題がありました。ちゃんと色づけするように定義してたのですが、不具合により色づけされてませんでした。
すみません、次バージョンでは直しておきます!
ご報告ありがとうございました。| Kuro | 返信 -
こんにちは。
> ふぉぅお!これは要望というよりも、不具合です。。。
なんと! てっきり内部辞書の登録漏れかと思っていましたが(いくら有名なプロパティでも数が多いですからね...)、これは思わぬ貢献かも!
修正、楽しみにしてます。
...とは言え、この不具合で問題が起こることはないはずですけどね。> # CSS level 2 は、数が膨大なので、日を改めて調べてみます...
と、言う事で、調査結果です。 結果は、 unicode-bidi プロパティも色変更されていないです。
一応、CSS2の仕様(http://www.w3.org/TR/CSS2/propidx.html)を当たったので、調べたプロパティの漏れはないはずです。# マイナーなプロパティですので単に登録漏れかとも思いますが、「unicode」という文字列は... ゴクリ。
[おまけ]
CSS2プロパティ一覧です。これをコピペすれば、色が付かないのを確認できます。ここから ===========================================
azimuth
background-attachment
background-color
background-image
background-position
background-repeat
background
border-collapse
border-color
border-spacing
border-style
border-top
border-right
border-bottom
border-left
border-top-color
border-right-color
border-bottom-color
border-left-color
border-top-style
border-right-style
border-bottom-style
border-left-style
border-top-width
border-right-width
border-bottom-width
border-left-width
border-width
border
bottom
caption-side
clear
clip
color
content
counter-increment
counter-reset
cue-after
cue-before
cue
cursor
direction
display
elevation
empty-cells
float
font-family
font-size
font-style
font-variant
font-weight
font
height
left
letter-spacing
line-height
list-style-image
list-style-position
list-style-type
list-style
margin-right
margin-left
margin-top
margin-bottom
margin
max-height
max-width
min-height
min-width
orphans
outline-color
outline-style
outline-width
outline
overflow
padding-top
padding-right
padding-bottom
padding-left
padding
page-break-after
page-break-before
page-break-inside
pause-after
pause-before
pause
pitch-range
pitch
play-during
position
quotes
richness
right
speak-header
speak-numeral
speak-punctuation
speak
speech-rate
stress
table-layout
text-align
text-decoration
text-indent
text-transform
top
unicode-bidi
vertical-align
visibility
voice-family
volume
white-space
widows
width
word-spacing
z-index| hat | 返信 -
こんばんは。
いろいろと調査してくださってありがとうございます。
CSSの色づけは基本的にはエディタエンジンのTNotePadまかせですからね、、、んで、調べてみたら「unicode-bidi」も登録はされていましたが、あえて色分けしないようにコーディングされてました。IE系のプロパティとかNN系のプロパティとかも登録はされてるものの色分けされないようにしてあるので、何か理由があるのかもしれませんが。。。
とりあえず今回はtext-decorationのみ修正してみますね。
| Kuro | 返信