[3] [[Web Applications 1.0]] において一般的な[[視覚利用者エージェント]]が従うことが望ましい[[利用者エージェント・スタイル・シート]]は [[CSS]] によって記述されていますが、その中で左右の[[余白]]は [CODE(CSS)@en['[[direction]]']] が [CODE(CSS)@en['[[ltr]]']] (左から右) か [CODE(CSS)@en['[[rtl]]']] かによって逆転させる必要があります。 そのような場合に [[Web Applications 1.0]] は「[DFN[LTR[RUBYB[特有]@en[specific]]]]」と言っています。 * 仕様書 -[[Web Applications 1.0]] --[1] * 定義 [2] > Some of the rules regarding left and right margins are given here as appropriate for elements whose 'direction' property is 'ltr', and are expected to be flipped around on elements whose 'direction' property is 'rtl'. These are marked "[DFN[LTR-specific]]". ;; [SRC[>>1]]