Updates:
        Status: Invalid

Comment #1 on issue 1626 by [email protected]: why need isNestedInAnchor ?
http://code.google.com/p/google-caja/issues/detail?id=1626

The <a> styles are masked in order to protect users' privacy -- we do not permit the guest code to read the state of whether a link has been visited or not.

That said, I can run the following code successfully:

<div id="a" href="http://www.google.com/";>Google</div>
<script>
  var a = document.getElementById('a');
  alert(window.getComputedStyle(a).height);
</script>
​
Marking 'invalid' pending further clarification.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to