Module: Kitchen::Directions::BakeAccessibilityFixes
- Defined in:
- lib/kitchen/directions/bake_accessibility_fixes.rb
Class Method Summary collapse
Class Method Details
.v1(section:) ⇒ Object
6 7 8 |
# File 'lib/kitchen/directions/bake_accessibility_fixes.rb', line 6 def self.v1(section:) section.search('ol[data-number-style="lower-alpha"]').each { |ol| ol['type'] = 'a' } end |