************************* foundation-overlay-anchor ************************* ``foundation-overlay-anchor`` is a :doc:`vocabulary ` to allow an element to expose its API related to anchoring of overlay. Imagine there are an overlay element named "O" and a host element named "H". The O will be overlaid against H as the anchor. e.g. O maybe shown below O, like in a dropdown. Usually H itself can be used as an anchor as is. However, there is a time where H is a complex element where anchor should be one of its descendant. For example, given an internal markup of an autocomplete as the host, and popover as the overlay: .. code-block:: html The requirement is to anchor the popover against the ````, instead of the autocomplete element itself. However, the `` Element; }