From 19b52e8a124af6ba5e759a8e6e99d000dcbd1870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 11 Apr 2018 13:44:49 +0200 Subject: [PATCH] Make getComputedStyle return rules of the node's document. Fixes #2403 --- cssom-1/Overview.bs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index dbdc4517827b..ae29b89937e6 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -2767,10 +2767,7 @@ partial interface Window { The getComputedStyle(elt, pseudoElt) method must run these steps:
    -
  1. Let doc be the - {{Document}} - associated with the Window object on - which the method was invoked. +
  2. Let doc be elt's node document.
  3. Let obj be elt.
  4. If pseudoElt is as an ASCII case-insensitive match for