Changeset 8203

Show
Ignore:
Timestamp:
03/20/08 19:55:41 (5 years ago)
Author:
koshigoe
Message:

docs/openid/specs/authentication/2.0/trunk: add translation of "5.2.2 HTML FORM Redirection"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/openid/specs/authentication/2.0/trunk/openid-authentication.xml

    r8200 r8203  
    905905 
    906906        <section title="HTML FORM Redirection - HTMLフォームリダイレクション"> 
     907          <!-- 
    907908          <t> 
    908909            A mapping of keys to values can be transferred by 
     
    911912            for example by using JavaScript. 
    912913          </t> 
     914          --> 
     915          <t> 
     916            HTMLのフォーム要素を含むHTMLページをUser-Agentに返す事によって、 
     917            キーと値の対応付けを転送する事が出来ます。 
     918            フォーム送信は、例えばJavaScriptを使う事で自動化される 
     919            「かもしれません」(MAY)。 
     920          </t> 
     921          <!-- 
    913922          <t> 
    914923            The &lt;form&gt; element's "action" attribute value MUST 
     
    920929            target="http_encoding"/> when the form is submitted. The 
    921930            form MUST include a submit button. 
     931          </t> 
     932          --> 
     933          <t> 
     934            &lt;form&gt;要素の"action"属性値は受信者のURL 
     935            「でなければなりません」(MUST)。 
     936            それぞれのキーと値のペアは&lt;input&gt;要素として 
     937            フォームの中に含まれて「いなければなりません」(MUST)。 
     938            フォームが送信されたときに、User-Agentが 
     939            <xref target="http_encoding"/>で示されるようなメッセージを 
     940            生成できるように、キーを"name"属性として、値を"value"属性 
     941            としてエンコード「されなければなりません」(MUST)。 
    922942          </t> 
    923943        </section>