/[suikacvs]/markup/html/html5/spec-ja/data2/1e.dat
Suika

Contents of /markup/html/html5/spec-ja/data2/1e.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download)
Sun Oct 26 12:57:00 2008 UTC (16 years ago) by apache
Branch: MAIN
Changes since 1.7: +10 -0 lines
/: 1e20b3785396c08636597efde98904ca updated by

1 wakaba 1.1 $VAR1 = {
2     'exact' => {
3     '1e0ea12147f382de9209efeaabbdfe0e' => {
4     'en' => '<a href=#syntax>The Language Syntax</a>',
5     'ja' => "<a href=#syntax>\x{8a00}\x{8a9e}\x{69cb}\x{6587}</a>",
6     'tags' => [
7     'intro'
8     ]
9     },
10     '1e1fc2cc7f4364f43c84ac61dfb8f3a7' => {
11     'en' => 'Then, the start tag may have a number of attributes, the <a href=#syntax-attributes title=syntax-attributes>syntax for which</a> is described
12     below. Attributes may be separated from each other by one or more
13     <a href=#space-character title="space character">space characters</a>.',
14     'ja' => "\x{305d}\x{306e}\x{5f8c}\x{3001}\x{958b}\x{59cb}\x{30bf}\x{30b0}\x{306f}\x{5f8c}\x{8ff0}\x{306e}<a href=#syntax-attributes title=syntax-attributes>\x{69cb}\x{6587}</a>\x{306b}\x{6cbf}\x{3063}\x{305f}\x{6570}\x{3005}\x{306e}\x{5c5e}\x{6027}\x{3092}\x{6301}\x{3063}\x{3066}[[MAY:\x{69cb}\x{3044}\x{307e}\x{305b}\x{3093}]]\x{3002}
15     \x{5c5e}\x{6027}\x{306f}1\x{3064}\x{4ee5}\x{4e0a}\x{306e}<a href=#space-character title=\"space character\">\x{9593}\x{9694}\x{6587}\x{5b57}</a>\x{3067}\x{4e92}\x{3044}\x{306b}\x{5206}\x{96e2}\x{3057}\x{3066}[[MAY:\x{69cb}\x{3044}\x{307e}\x{305b}\x{3093}]]\x{3002}",
16     'tags' => [
17     'syntax'
18     ]
19     },
20 apache 1.8 '1e20b3785396c08636597efde98904ca' => {
21     'en' => 'Otherwise, the string is invalid; abort these
22     steps.',
23     'is_pattern' => undef,
24     'ja' => "\x{305d}\x{3046}\x{3067}\x{306a}\x{3044}\x{5834}\x{5408}\x{3001}\x{6587}\x{5b57}\x{5217}\x{306f}\x{975e}\x{59a5}\x{5f53}\x{3067}\x{3059}\x{3002}\x{3053}\x{308c}\x{3089}\x{306e}\x{6bb5}\x{968e}\x{3092}\x{505c}\x{6b62}\x{3057}\x{307e}\x{3059}\x{3002}",
25     'tags' => [
26     'step',
27     'microsyntaxes'
28     ]
29     },
30 wakaba 1.1 '1e4ec9421c8c3daf80fee9f2e8e9f27f' => {
31     'en' => 'A U+004D LATIN CAPITAL LETTER M or U+006D LATIN SMALL LETTER M
32     character.',
33     'ja' => "U+004D LATIN CAPITAL LETTER M \x{6587}\x{5b57}\x{304b} U+006D LATIN SMALL LETTER M \x{6587}\x{5b57}\x{3002}",
34 apache 1.2 'tags' => undef
35 wakaba 1.1 },
36 apache 1.4 '1e58a0129e0ad310c8d6757df2a74534' => {
37     'en' => 'The nodes representing <a href=#html-elements>HTML elements</a> in the DOM must
38     implement, and expose to scripts, the interfaces listed for them in
39     the relevant sections of this specification. This includes
40     <a href=#html-elements>HTML elements</a> in <a href=#xml-documents>XML documents</a>, even when
41     those documents are in another context (e.g. inside an XSLT
42     transform).',
43     'ja' => "DOM \x{4e2d}\x{3067} <a href=#html-elements>HTML \x{8981}\x{7d20}</a>\x{3092}\x{8868}\x{3059}\x{7bc0}\x{70b9}\x{306f}\x{3001}
44     \x{3053}\x{306e}\x{4ed5}\x{69d8}\x{66f8}\x{306e}\x{95a2}\x{4fc2}\x{3059}\x{308b}\x{7bc0}\x{3067}\x{305d}\x{306e}\x{8981}\x{7d20}\x{306b}\x{3064}\x{3044}\x{3066}\x{5217}\x{6319}\x{3057}\x{305f}\x{754c}\x{9762}\x{3092}\x{5b9f}\x{88c5}\x{3057}\x{3001}
45 apache 1.5 \x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{306b}\x{5bfe}\x{3057}\x{3066}\x{6652}\x{3055}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002}
46     \x{3053}\x{308c}\x{306b}\x{306f} <a href=#xml-documents>XML \x{6587}\x{66f8}</a>\x{4e2d}\x{306e} <a href=#html-elements>HTML \x{8981}\x{7d20}</a>\x{3082}\x{542b}\x{307e}\x{308c}\x{3001}
47     \x{305d}\x{306e}\x{6587}\x{66f8}\x{304c}\x{4ed6}\x{306e}\x{6587}\x{8108} (\x{4f8b}\x{3048}\x{3070} XSLT \x{5909}\x{5f62}\x{306e}\x{5185}\x{5074}) \x{306b}\x{3042}\x{308b}\x{5834}\x{5408}\x{3067}\x{3042}\x{3063}\x{3066}\x{3082}\x{9069}\x{7528}\x{3055}\x{308c}\x{307e}\x{3059}\x{3002}",
48 apache 1.4 'tags' => [
49     'elements'
50     ]
51     },
52 wakaba 1.1 '1e73e95a9e323287ea15dfbd50a3bcd2' => {
53     'en' => 'There are various ways of implementing this requirement. One is that if
54     a script running in one browsing context accesses a local storage area,
55     the UA blocks scripts in other browsing contexts when they try to access
56     the local storage area for the <a href=#same-origin>same origin</a>
57     until the first script has executed to completion. (Similarly, when a
58     script in one browsing context accesses its session storage area, any
59     scripts that have the same top level browsing context and the <a
60     href=#same-origin>same origin</a> would block when accessing their
61     session storage area until the first script has executed to completion.)
62     Another (potentially more efficient but probably more complex)
63     implementation strategy is to use optimistic transactional script
64     execution. This specification does not require any particular
65     implementation strategy, so long as the requirement above is met.',
66     'ja' => "\x{3053}\x{306e}\x{8981}\x{4ef6}\x{3092}\x{5b9f}\x{88c5}\x{3059}\x{308b}\x{65b9}\x{6cd5}\x{306f}\x{8272}\x{3005}\x{3042}\x{308a}\x{307e}\x{3059}\x{3002}
67     1\x{3064}\x{306f}\x{3001}\x{3042}\x{308b}\x{95b2}\x{89a7}\x{6587}\x{8108}\x{3067}\x{8d70}\x{3063}\x{3066}\x{3044}\x{308b}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}\x{5c40}\x{6240}\x{30b9}\x{30c8}\x{30ec}\x{30fc}\x{30b8}\x{9818}\x{57df}\x{306b}\x{30a2}\x{30af}\x{30bb}\x{30b9}\x{3059}\x{308b}\x{5834}\x{5408}\x{3001}
68     \x{305d}\x{306e}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}\x{5b9f}\x{884c}\x{5b8c}\x{4e86}\x{3059}\x{308b}\x{307e}\x{3067}\x{306e}\x{9593}\x{3001}
69     \x{4ed6}\x{306e}\x{95b2}\x{89a7}\x{6587}\x{8108}\x{4e2d}\x{306e}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}<a href=#same-origin>\x{540c}\x{4e00}\x{8d77}\x{6e90}</a>\x{306e}\x{5c40}\x{6240}\x{30b9}\x{30c8}\x{30ec}\x{30fc}\x{30b8}\x{9818}\x{57df}\x{306b}\x{30a2}\x{30af}\x{30bb}\x{30b9}\x{3057}\x{3088}\x{3046}\x{3068}\x{3057}\x{305f}\x{3089}\x{5229}\x{7528}\x{8005}\x{30a8}\x{30fc}\x{30b8}\x{30a7}\x{30f3}\x{30c8}\x{304c}\x{30d6}\x{30ed}\x{30c3}\x{30af}\x{3059}\x{308b}\x{3001}
70     \x{3068}\x{3044}\x{3046}\x{3082}\x{306e}\x{3067}\x{3059}\x{3002}
71     (\x{540c}\x{69d8}\x{306b}\x{3001}\x{3042}\x{308b}\x{95b2}\x{89a7}\x{6587}\x{8108}\x{4e2d}\x{306e}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}\x{30bb}\x{30c3}\x{30b7}\x{30e7}\x{30f3}\x{30fb}\x{30b9}\x{30c8}\x{30ec}\x{30fc}\x{30b8}\x{9818}\x{57df}\x{306b}\x{30a2}\x{30af}\x{30bb}\x{30b9}\x{3059}\x{308b}\x{6642}\x{306b}\x{3001}
72     \x{305d}\x{306e}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}\x{5b9f}\x{884c}\x{5b8c}\x{4e86}\x{3059}\x{308b}\x{307e}\x{3067}\x{306e}\x{9593}\x{3001}
73     \x{540c}\x{3058}\x{6700}\x{4e0a}\x{4f4d}\x{95b2}\x{89a7}\x{6587}\x{8108}\x{3068}<a
74     href=#same-origin>\x{540c}\x{4e00}\x{8d77}\x{6e90}</a>\x{3092}\x{6301}\x{3064}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{304c}\x{30bb}\x{30c3}\x{30b7}\x{30e7}\x{30f3}\x{30fb}\x{30b9}\x{30c8}\x{30ec}\x{30fc}\x{30b8}\x{9818}\x{57df}\x{306b}\x{30a2}\x{30af}\x{30bb}\x{30b9}\x{3059}\x{308b}\x{6642}\x{306b}\x{306f}\x{30d6}\x{30ed}\x{30c3}\x{30af}\x{3055}\x{308c}\x{308b}\x{3053}\x{3068}\x{3068}\x{306a}\x{308a}\x{307e}\x{3059}\x{3002})
75     \x{4ed6}\x{306e} (\x{3088}\x{308a}\x{52b9}\x{7387}\x{304c}\x{3088}\x{3044}\x{304b}\x{3082}\x{3057}\x{308c}\x{306a}\x{3044}\x{304c}\x{3088}\x{308a}\x{8907}\x{96d1}\x{3067}\x{3042}\x{308d}\x{3046}) \x{5b9f}\x{88c5}\x{6226}\x{7565}\x{306f}\x{3001}
76     \x{697d}\x{89b3}\x{7684}\x{53d6}\x{5f15}\x{7684}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{5b9f}\x{884c}\x{3092}\x{4f7f}\x{3046}\x{3068}\x{3044}\x{3046}\x{3082}\x{306e}\x{3067}\x{3059}\x{3002}
77     \x{3053}\x{306e}\x{4ed5}\x{69d8}\x{66f8}\x{306f}\x{3001}\x{524d}\x{8a18}\x{306e}\x{8981}\x{4ef6}\x{304c}\x{6e80}\x{305f}\x{3055}\x{308c}\x{308b}\x{9650}\x{308a}\x{306b}\x{304a}\x{3044}\x{3066}\x{3001}
78     \x{3044}\x{304b}\x{306a}\x{308b}\x{5b9f}\x{88c5}\x{6226}\x{7565}\x{3092}\x{3082}\x{8981}\x{6c42}\x{3057}\x{307e}\x{305b}\x{3093}\x{3002}",
79     'tags' => [
80     'storages'
81     ]
82     },
83     '1eabb662bace27ee9dc853b63f3141f4' => {
84     'en' => 'When a <code>Document</code> is created, unless stated
85     otherwise above, its <a href=#effective-script-origin>effective script origin</a> is
86     initialized to the <a href=#origin-0>origin</a> of the
87     <code>Document</code>. However, the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute can
88     be used to change it.',
89     'ja' => "<code>Document</code> \x{304c}\x{4f5c}\x{6210}\x{3055}\x{308c}\x{305f}\x{6642}\x{3001}\x{65e2}\x{306b}\x{8ff0}\x{3079}\x{305f}\x{5834}\x{5408}\x{3092}\x{9664}\x{304d}\x{3001}
90     <a href=#effective-script-origin>\x{5b9f}\x{52b9}\x{30b9}\x{30af}\x{30ea}\x{30d7}\x{30c8}\x{8d77}\x{6e90}</a>\x{306f} <code>Document</code>
91     \x{306e}<a href=#origin-0>\x{8d77}\x{6e90}</a>\x{306b}\x{521d}\x{671f}\x{5316}\x{3055}\x{308c}\x{307e}\x{3059}\x{3002}\x{3057}\x{304b}\x{3057}\x{3001}
92     <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code>
93     \x{3092}\x{4f7f}\x{3063}\x{3066}\x{3053}\x{308c}\x{3092}\x{5909}\x{66f4}\x{3059}\x{308b}\x{3053}\x{3068}\x{304c}\x{3067}\x{304d}\x{307e}\x{3059}\x{3002}",
94     'tags' => [
95     'browsers'
96     ]
97     },
98 apache 1.2 '1eb4f54417aed6c82d8fd59ae8837e01' => {
99     'en' => 'Submits the form.
100     ',
101     'ja' => "\x{30d5}\x{30a9}\x{30fc}\x{30e0}\x{3092}\x{63d0}\x{51fa}\x{3057}\x{307e}\x{3059}\x{3002}",
102     'tags' => [
103     'forms',
104     'cell'
105     ]
106     },
107 apache 1.3 '1ed51fd2fc5d37f2a59b9a6e6db3cf86' => {
108     'en' => 'Indicates that sound files are accepted.',
109     'ja' => "\x{97f3}\x{58f0}\x{30d5}\x{30a1}\x{30a4}\x{30eb}\x{3092}\x{53d7}\x{3051}\x{4ed8}\x{3051}\x{308b}\x{3053}\x{3068}\x{3092}\x{793a}\x{3057}\x{307e}\x{3059}\x{3002}",
110     'tags' => [
111     'forms'
112     ]
113     },
114 wakaba 1.1 '1ee2fb94853cacb510c9ffd6de4ce8f6' => {
115     'en' => 'The <dfn id=dom-top title=dom-top><code>top</code></dfn> DOM attribute on
116     the <code><a href=#window>Window</a></code> object of a <a
117     href=#browsing-context>browsing context</a> <var title="">b</var> must return
118     the <code><a href=#window>Window</a></code> object of its <a
119     href=#top-level-browsing-context>top-level browsing context</a> (which would be its own
120     <code><a href=#window>Window</a></code> object if it was a <a
121     href=#top-level-browsing-context>top-level browsing context</a> itself).',
122     'ja' => "<a
123     href=#browsing-context>\x{95b2}\x{89a7}\x{6587}\x{8108}</a> <var title=\"\">b</var> \x{306e}
124     <code><a href=#window>Window</a></code> \x{30aa}\x{30d6}\x{30b8}\x{30a7}\x{30af}\x{30c8}\x{306e} <dfn id=dom-top title=dom-top><code>top</code></dfn> DOM
125     \x{5c5e}\x{6027}\x{306f}\x{3001}\x{305d}\x{306e}<a
126     href=#top-level-browsing-context>\x{6700}\x{4e0a}\x{4f4d}\x{95b2}\x{89a7}\x{6587}\x{8108}</a>\x{306e}
127     <code><a href=#window>Window</a></code>
128     \x{30aa}\x{30d6}\x{30b8}\x{30a7}\x{30af}\x{30c8} (\x{305d}\x{306e}\x{95b2}\x{89a7}\x{6587}\x{8108}\x{81ea}\x{4f53}\x{304c}<a
129     href=#top-level-browsing-context>\x{6700}\x{4e0a}\x{4f4d}\x{95b2}\x{89a7}\x{6587}\x{8108}</a>\x{306e}\x{5834}\x{5408}\x{3001}
130     \x{305d}\x{306e} <code><a href=#window>Window</a></code>
131     \x{30aa}\x{30d6}\x{30b8}\x{30a7}\x{30af}\x{30c8}\x{81ea}\x{4f53}) \x{3092}\x{8fd4}\x{3055}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002}",
132 apache 1.2 'tags' => undef
133 wakaba 1.1 }
134     },
135     'pattern' => {
136     '1e10fa4ec5509cf1ea8c861e1df01eb6' => {
137     'en' => 'Let * be false.',
138 apache 1.7 'is_pattern' => 'on',
139 apache 1.6 'ja' => "\$1 \x{3092}\x{3001}\x{507d}\x{3068}\x{3057}\x{307e}\x{3059}\x{3002}",
140 wakaba 1.1 'tags' => [
141 apache 1.6 'parsing',
142 apache 1.7 'step',
143     'microsyntaxes'
144 wakaba 1.1 ]
145     }
146     }
147     };

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24