- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 19 Sep 2013 15:11:37 +0000
- To: public-dap-commits@w3.org
changeset: 463:edbc18f73afe tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Sep 19 18:11:30 2013 +0300 files: light/CR.html light/CR.src.html description: fix broken fragment in light CR snapshot diff -r 99b5990d88c1 -r edbc18f73afe light/CR.html --- a/light/CR.html Thu Sep 19 17:15:07 2013 +0300 +++ b/light/CR.html Thu Sep 19 18:11:30 2013 +0300 @@ -812,8 +812,9 @@ <code id="widl-LightLevelEventInit-value"></code> attribute of the <a href="#idl-def-LightLevelEvent" class="idlType"><code>LightLevelEvent</code></a> interface <em class="rfc2119" title="MUST">MUST</em> return the value it was initialized to. When the - object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to an empty - string. It represents the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>. + object is created, this attribute <em class="rfc2119" title="MUST">MUST</em> be initialized to an + <dfn id="idl-def-LightLevelState.generatedID">empty + string</dfn>. It represents the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>. </p> <p> When a <dfn id="dfn-user-agent-4">user agent</dfn> is required to <dfn id="dfn-fire-a-light-level-event">fire a light @@ -830,7 +831,7 @@ <li> If the implementation is unable to report the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>, initialize the <code>value</code> - attribute to an empty string, otherwise initialize the + attribute to an <a href="#idl-def-LightLevelState.generatedID" class="internalDFN">empty string</a>, otherwise initialize the attribute to the <a href="#dfn-current-light-level-state" class="internalDFN">current light level state</a>, which <em class="rfc2119" title="MUST">MUST</em> be one of the following values: <ul> diff -r 99b5990d88c1 -r edbc18f73afe light/CR.src.html --- a/light/CR.src.html Thu Sep 19 17:15:07 2013 +0300 +++ b/light/CR.src.html Thu Sep 19 18:11:30 2013 +0300 @@ -320,7 +320,7 @@ </dl> <dl id="enum-basic" class="idl" title="enum LightLevelState"> <dt> - <code id="idl-def-LightLevelState.generatedID">‍</code><!-- (empty string) --> + <code>‍</code><!-- (empty string) --> </dt> <dd></dd> <dt> @@ -347,8 +347,9 @@ <code id="widl-LightLevelEventInit-value"></code> attribute of the <a>LightLevelEvent</a> interface MUST return the value it was initialized to. When the - object is created, this attribute MUST be initialized to an empty - string. It represents the <a>current light level state</a>. + object is created, this attribute MUST be initialized to an + <dfn id="idl-def-LightLevelState.generatedID">empty + string</dfn>. It represents the <a>current light level state</a>. </p> <p> When a <dfn>user agent</dfn> is required to <dfn>fire a light @@ -365,7 +366,7 @@ <li> If the implementation is unable to report the <a>current light level state</a>, initialize the <code>value</code> - attribute to an empty string, otherwise initialize the + attribute to an <a>empty string</a>, otherwise initialize the attribute to the <a>current light level state</a>, which MUST be one of the following values: <ul>
Received on Thursday, 19 September 2013 15:11:49 UTC