Closed (fixed)
Project:
Accessible Helper Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 May 2010 at 07:01 UTC
Updated:
22 Mar 2011 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
mgiffordI'm still not 100% sure what enhancements are coming with this module. I understand the concept, but not the end results.
I applied it and got a few notices though:
Notice: Undefined offset: 1 in accessible_fix_viable_modules() (line 50 of /drupal7/sites/all/modules/accessible/accessible_fix/accessible_fix.module).
Notice: Constant ACCESSIBLE_FIX_INVISIBLE_BLOCK_HEADINGS_DEFAULT already defined in require_once() (line 3 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.inc).
Notice: Undefined offset: 1 in accessible_fix_viable_modules() (line 50 of /drupal7/sites/all/modules/accessible/accessible_fix/accessible_fix.module).
Notice: Constant ACCESSIBLE_FIX_INVISIBLE_BLOCK_HEADINGS_DEFAULT already defined in require_once() (line 3 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.inc).
Notice: Undefined property: stdClass::$has_body in has_body() (line 45 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.configure.form.inc).
Notice: Undefined property: stdClass::$has_body in has_body() (line 45 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.configure.form.inc).
Notice: Undefined property: stdClass::$has_body in has_body() (line 45 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.configure.form.inc).
Notice: Undefined property: stdClass::$has_body in has_body() (line 45 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.configure.form.inc).
Notice: Undefined property: stdClass::$has_body in has_body() (line 45 of /drupal7/sites/all/modules/accessible/accessible_fix/module_fixes/node.configure.form.inc).
is this a branch in the CVS?
Comment #2
johnbarclay commentedIt has the same functionality as the d6 version:
- contextual help on the content editing forms
- ability to add invisible headings to blocks
- ability to set accessibility preferences and have those appear as variables in the theming layer.
The new functionality is:
- aria tags for block and node content areas.
- invisible node headings.
Some things I need out of it this year are:
- ability to control heading level for title tags on blocks
- more contextual authoring help
I'll put these in the feature requests.
Its hard to say what functionality it needs until d7 core and d7 contrib modules are released.
I'll fix the bugs and get it into cvs.
Comment #3
mgiffordThanks John. Wish I had more time to put into this.
Comment #4
jjsarton commentedIs there a corrected file for your accessibility.zip file ?
I have fixed (I hope so) some little thinks but all don't work within the 7.X alpha 5 Drupal release.
Comment #5
johnbarclay commentedhere's the current zip. Can't say that it works. I'll make a functional one against d7 alpha5 and get it in before tonight's rollup. Some of the content and heading attributes were in flux in alpha4 when I coded this so it likely fails against alpha5.
John
Comment #6
johnbarclay commentedHere is the correct zip file for 7 alpha 5. Avoid garland in testing this until the D7 version is closer to using the D7 theming standards.
Note that it has an override of the element-invisible css in its css which will mess you up if you are working on the element-invisible !important issue.
The packaging error at http://drupal.org/node/365160/release should be fixed tonight. Here is a zip for until then.
Comment #7
johnbarclay commented