Skip to content

Commit d036628

Browse files
committed
Cull excessive tags.
1 parent 066f2b7 commit d036628

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

index.html

+2-21
Original file line numberDiff line numberDiff line change
@@ -5539,26 +5539,10 @@ <h5>Conclusion</h5>
55395539
<ul data-ucr-role="conclusion-notes">
55405540
<!-- bullet-point notes summarizing implementation details / blocking issues.
55415541
Add tags to the start of a point with an empty `<a data-ucr-role="tag"></a>` where the text content or href matches a tag `id` value. -->
5542-
<li><a data-ucr-role="tag">privacy-fingerprinting</a>
5543-
As scripts may be loaded from arbitrary origins (depending on cross-origin restrictions),
5544-
an event object including information about a map might allow deductions to be made about a viewer's device.
5545-
For example, the bounds of a map in a responsive design could vary depending on the device on which it is viewed,
5546-
allowing a third-party script to determine that a user is on a handheld device such as a phone.
5547-
</li>
5548-
<li><a data-ucr-role="tag" href="">security-ui</a>
5549-
Use of the event system's <code>stopPropagation()</code> and <code>preventDefault()</code> methods
5550-
could allow a third-party script to prevent a user from viewing particular areas, or more generally
5551-
interfere with correct operation of the map's UI.
5552-
</li>
55535542
<li><a data-ucr-role="tag" href="">privacy-sensitive-data-revealed</a>
55545543
Collating the positions on which a user centres the map could allow a script to infer an interest
55555544
in a particular region and, for example, target advertising accordingly.
55565545
</li>
5557-
<li><a data-ucr-role="tag" href="">security-potential</a>
5558-
By appropriately restricting scripted access to event properties, a built-in browser map implementation
5559-
could prevent leakage to cross-origin scripts of the kind of information outlined in the above points,
5560-
in a way not achievable by existing implementations.
5561-
</li>
55625546
<li><a data-ucr-role="tag" href="">accessibility-potential</a>
55635547
If events from maps and map interface elements are exposed to assistive technologies via the browser's
55645548
existing accessibility mechanisms, it would be easier for those technologies to present them in a way
@@ -5569,14 +5553,11 @@ <h5>Conclusion</h5>
55695553
in order to provide such data in enhanced event objects.
55705554
Native implementations could be expected to provide significantly better performance.
55715555
</li>
5572-
<li><a data-ucr-role="tag" href="">author-simplicity</a>
5573-
Consistency of the event interface with other HTML elements would simplify coding.
5574-
</li>
55755556
<li><a data-ucr-role="tag" href="">author-extensibility</a>
5576-
The abilty to respond to user interaction is crucial in building rich application interfaces that include embedded maps.
5557+
The ability to respond to user interaction is crucial in building rich application interfaces that include embedded maps.
55775558
</li>
55785559
<li><a data-ucr-role="tag" href="">author-cost-cutting</a>
5579-
A standard interface against which to write event-driven mapping applications reduces the amount of time developers
5560+
A standardised interface against which to write event-driven mapping applications reduces the amount of time developers
55805561
need to spend becoming competent and productive.
55815562
</li>
55825563
<li><a data-ucr-role="tag" href="">consistency-match</a>

0 commit comments

Comments
 (0)