Re: [wake-lock] Restrict status reporting for wake lock

Looking at the conflicts, they seem to be legit, and not tidy related. There is only two. The first seems to be fine to take from HEAD. But I was unsure about the second:

```diff
<<<<<<< HEAD
      <ol>
        <li data-tests="wakelock-type.https.html">If <a>WakeLock</a> object's
        <a data-lt="WakeLock.type">type</a> attribute is not equal to
        <var>type</var>, abort these steps.
        </li>
        <li data-tests="wakelock-onactivechange.https.html">
          <a>Queue a task</a> which updates the <a>WakeLock</a> object's
          <code>active</code> attribute and <a data-lt="fire an event">fires an
          event</a> named <code>activechange</code> at the <a>WakeLock</a>
          object.
        </li>
      </ol>
=======
>>>>>>> Restrict status reporting for wake lock
``` 

Did you remove that text on purpose or is it intended to stay? 



-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/wake-lock/pull/125#issuecomment-403796855 using your GitHub account

Received on Tuesday, 10 July 2018 11:58:15 UTC