@namespace url("http://www.w3.org/2002/06/xhtml2");

/*  A sample style sheet for XHTML 2 (development version)

    This style sheet describes the sample rendering of proposed XHTML 2
    features.  This style sheet is intended to be used in addition to
    "xhtml2.css".

    Editor: Masayasu Ishikawa <mimasa@w3.org>
    Revision: $Id: xhtml2-dev.css,v 1.1 2002/08/21 03:34:47 mimasa Exp $
*/

/* begin bidirectionality settings */
*[dir="lro"]  { direction: ltr; unicode-bidi: bidi-override }
*[dir="rlo"]  { direction: rtl; unicode-bidi: bidi-override }

*[dir="ltr"]    { direction: ltr; unicode-bidi: embed }
*[dir="rtl"]    { direction: rtl; unicode-bidi: embed }
/* end bidi settings */

/* begin edit settings (do not change) */
*[edit="inserted"]
                { text-decoration: underline; background-color: yellow }
*[edit="deleted"]
                { text-decoration: line-through }
*[edit="changed"]
                { background-color: lime }
/* any suggestion for sample rendering?
*[edit="moved"]
                { }
*/
/* end edit settings */

/* end xhtml2-dev.css */
