CSS 2.1のプロパティのうち縦書きによって影響を受けるもの

皆さん、

CSS2.1のプロパティで縦書き導入によって影響を受けるものの一覧を作ろうと
考えて作業しています。

まず、

http://www.w3.org/TR/CSS2/propidx.html

にあるプロパティ一覧のうち、名前または値に、left, right, top, bottom,
height, width, before, after, start, endがあるものをすべて抜き出して
みました。

まず、border, margin, padding関係は、とうぜん縦書きによって再考が
必要です(たとえ何にも変えないという選択をとるにせよ)。これらの
プロパティはを次に示します。

'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'

'margin-right' 'margin-left' 
'margin-top' 'margin-bottom' 
'margin' 

'padding-top' 'padding-right' 'padding-bottom' 'padding-left' 
'padding' 

それ以外のものを次に示します。この中から、縦書き導入によって影響を
受けるものの一覧をどなたか作っていただけます?CSSは私は詳しくない
ので、詳しいかたのご協力に期待しています。

'azimuth' 
'background-position' 
'bottom' 
'caption-side' 
'clear' 
'cue-after' 
'cue-before' 
'cue' 
'float' 
'font' 
'height' 
'left' 
'line-height' 
'max-height' 
'max-width' 
'min-height' 
'min-width' 
'outline-width' 
'outline' 
'page-break-after' 
'page-break-before' 
'pause-after' 
'pause-before' 
'right' 
'text-align' 
'top' 
'vertical-align' 
'width' 

-- 
村田 真 <EB2M-MRT@asahi-net.or.jp>

Received on Monday, 21 June 2010 15:17:08 UTC