<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    used in css for Gecko-based browsers(Firefox...) to support text truncation with ellipsis appended
	known limitations: the text won't be selectable, only works with one-liner text
	until mozilla fix the bug https://bugzilla.mozilla.org/show_bug.cgi?id=312156#c85
	refer http://ernstdehaan.blogspot.com/2008/10/ellipsis-in-all-modern-browsers.html
 -->
<bindings xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="ellipsis">
   <content>
      <xul:window>
         <xul:description crop="end" xbl:inherits="value=xbl:text"><children/></xul:description>
      </xul:window>
   </content>
</binding>
</bindings>