Skip to content

Commit a34f0ea

Browse files
[css-values] Specify that 0 parses as a if …他
Specify that 0 parses as a if it's ambiguous whether it's a or . Fixes w3c/csswg-drafts#489 . w3c/csswg-drafts@b6b1b24b6cf0440adafd78ff5b9f1 b65ecd26d7c Remove ability for percentages to resolve against numbers. Fixes w3c/csswg-drafts#1463 . w3c/csswg-drafts@f2b85b3b1d655b03c137ca2ce31a4 cbcf1c1fdf2
1 parent fe69d25 commit a34f0ea

File tree

1 file changed

+75
-26
lines changed

1 file changed

+75
-26
lines changed

css-values-ja.html

Lines changed: 75 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
数値式:numeric expression:~
285285
切詰めら:clamp :切り詰めら
286286
代数的:algebraic:~
287+
代数:algebra:~
287288
簡約-:reduce:~
288289
関数:function:~
289290
関数記法:functional notation:~
@@ -606,7 +607,12 @@
606607
共通的な:common :よくある
607608
依拠-:rely:~
608609
要件:requirements:~
609-
もたらす:create
610+
有意:significant:~
611+
問題:problem:~
612+
提供-:provide:~
613+
実際の:actual:~
614+
一致:identical
615+
もたらす:create/cause
610616
ほぼ確実にalmost certain
611617
同様に:Likewise
612618
編集上の:editorial
@@ -635,6 +641,7 @@
635641
中央寄せに:center:~
636642
中央:center:~
637643
長さ:length:~
644+
長さの様なもの:length-like
638645
区画:area:~
639646
横幅:width:~
640647
縦幅:height:~
@@ -846,6 +853,8 @@
846853
括っている/括る:wrapper
847854
前置され:precede :~
848855
異なる:different/differs
856+
なる:become
857+
であり続ける:stay as
849858

850859
●未分類
851860
obj:object::オブジェクト
@@ -904,17 +913,19 @@
904913
外側:outside:~
905914
角括弧で括られ:bracketed
906915
出力:output:~
907-
新たな:new:~
908-
単独の:single:~
909916
段落:paragraph
910917
一意:unique:~
911918
一時的:temporary:~
912919
正確:exact:~
913920
精確:precise:~
914921
平均:average:~
915922
個数 count
923+
変形-:transform:~
924+
:altho
925+
並び:sequence
916926

917-
実際の:actual:~
927+
新たな:new:~
928+
単独の:single:~
918929
~~素の:bare
919930
:form
920931
当の:in question
@@ -937,7 +948,6 @@
937948
:side
938949
代わりに:instead
939950
同じ:same
940-
並び:sequence
941951
別の:another
942952
容易に:easily
943953
-:capacity
@@ -948,6 +958,13 @@
948958
位置により多義的になるようなpositionally-ambiguous
949959
突然/いきなり:suddenly:~
950960
他の:cross-
961+
その:that
962+
そのような:such
963+
決して:never
964+
常に:always
965+
過ぎない:just
966+
少数:few
967+
具体的には:specifically
951968
script>
952969

953970
commit comments
Comments
 (0)