2. | | Editing Page.
User (logged in as Jim) loads a webpage and is shown the editing page. The user is able to edit the webpage in the editing page.
The webpage being annotated is automatically divided up into sections (they can be high-level divs according to the DOM tree, for example). When cursor hovers
Effects and actions of mouse behavior:
- Hovering over a section
, a - : A cross is shown at the top right corner of the section to afford 'deletion of the section'.
When cursor hovers over the boundary of a section, cursor -
- Hovering over section boundary: Cursor changes to 'move cursor' to afford 'moving
sections - the section around'.
Inside a section,-
- Hovering over text: Cursor changes to 'text cursor'.
- Clicking on text: A row of buttons is shown just above the cursor to provide editing capabilities: 'insert text' and 'add notes'.
-
At the top, the original webpage's URL, the user's username, and three buttons are present.
|