hixie: rename TextTrackCue.alignment to .align to match the setting name in VTT. (whatwg r7006)

hixie: rename TextTrackCue.alignment to .align to match the setting name
in VTT. (whatwg r7006)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5596&r2=1.5597&f=h
http://html5.org/tools/web-apps-tracker?from=7005&to=7006

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5596
retrieving revision 1.5597
diff -u -d -r1.5596 -r1.5597
--- Overview.html 22 Feb 2012 05:26:23 -0000 1.5596
+++ Overview.html 22 Feb 2012 20:04:50 -0000 1.5597
@@ -28169,7 +28169,7 @@
            attribute long <a href="#dom-texttrackcue-lineposition" title="dom-TextTrackCue-linePosition">linePosition</a>;
            attribute long <a href="#dom-texttrackcue-textposition" title="dom-TextTrackCue-textPosition">textPosition</a>;
            attribute long <a href="#dom-texttrackcue-size" title="dom-TextTrackCue-size">size</a>;
-           attribute DOMString <a href="#dom-texttrackcue-alignment" title="dom-TextTrackCue-alignment">alignment</a>;
+           attribute DOMString <a href="#dom-texttrackcue-align" title="dom-TextTrackCue-align">align</a>;
            attribute DOMString <a href="#dom-texttrackcue-text" title="dom-TextTrackCue-text">text</a>;
   <a href="#documentfragment">DocumentFragment</a> <a href="#dom-texttrackcue-getcueashtml" title="dom-TextTrackCue-getCueAsHTML">getCueAsHTML</a>();
 
@@ -28255,7 +28255,7 @@
     <p>Can be set.</p>
    </dd>
 
-   <dt><var title="">cue</var> . <a href="#dom-texttrackcue-alignment" title="dom-TextTrackCue-alignment">alignment</a> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">cue</var> . <a href="#dom-texttrackcue-align" title="dom-TextTrackCue-align">align</a> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns a string representing the <a href="#text-track-cue-alignment">text track cue alignment</a>, as follows:</p>
     <dl class="switch"><dt>If it is <a href="#text-track-cue-start-alignment" title="text track cue start alignment">start alignment</a></dt>
@@ -28427,13 +28427,13 @@
   <code><a href="#indexsizeerror">IndexSizeError</a></code> exception. Otherwise, set the <a href="#text-track-cue-size">text
   track cue size</a> to the new value.</p>
 
-  <p>The <dfn id="dom-texttrackcue-alignment" title="dom-TextTrackCue-alignment"><code>alignment</code></dfn>
+  <p>The <dfn id="dom-texttrackcue-align" title="dom-TextTrackCue-align"><code>align</code></dfn>
   attribute, on getting, must return the string from the second cell
   of the row in the table below whose first cell is the <a href="#text-track-cue-alignment">text
   track cue alignment</a> of the <a href="#text-track-cue">text track cue</a> that
   the <code><a href="#texttrackcue">TextTrackCue</a></code> object represents:</p>
 
-  <table><thead><tr><th><a href="#text-track-cue-alignment">Text track cue alignment</a> <th> <code title="dom-TextTrackCue-alignment"><a href="#dom-texttrackcue-alignment">alignment</a></code> value
+  <table><thead><tr><th><a href="#text-track-cue-alignment">Text track cue alignment</a> <th> <code title="dom-TextTrackCue-align"><a href="#dom-texttrackcue-align">align</a></code> value
    <tbody><tr><td><a href="#text-track-cue-start-alignment" title="text track cue start alignment">Start alignment</a> <td> "<code title="">start</code>"
     <tr><td><a href="#text-track-cue-middle-alignment" title="text track cue middle alignment">Middle alignment</a> <td> "<code title="">middle</code>"
     <tr><td><a href="#text-track-cue-end-alignment" title="text track cue end alignment">End alignment</a> <td> "<code title="">end</code>"

Received on Wednesday, 22 February 2012 20:05:10 UTC