From 0ffb15d69844f1a653d51e29e0c6a1140cd52c3e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 28 May 2011 13:53:10 -0700 Subject: spec: move id attributes for event definitions so fop can find them FOP gives 'Unresolved ID reference "events:FocusOut" found.' errors when the id attribute is on the emphasis tag, so moved up to the surrounding entry tag. Signed-off-by: Alan Coopersmith --- specs/sect1-9.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/specs/sect1-9.xml b/specs/sect1-9.xml index 5976546..1748935 100644 --- a/specs/sect1-9.xml +++ b/specs/sect1-9.xml @@ -12629,33 +12629,33 @@ can both be used to modify the active grab. - + KeyPress -KeyPress +KeyPress - + KeyRelease -KeyRelease +KeyRelease - + ButtonPress -ButtonPress +ButtonPress - + ButtonRelease -ButtonRelease +ButtonRelease - + MotionNotify -MotionNotify +MotionNotify @@ -12824,15 +12824,15 @@ request. - + EnterNotify -EnterNotify +EnterNotify - + LeaveNotify -LeaveNotify +LeaveNotify @@ -13187,15 +13187,15 @@ and final positions for the events. - + FocusIn -FocusIn +FocusIn - + FocusOut -FocusOut +FocusOut -- cgit v1.2.3