module Kitchen::Directions::BakeAccessibilityFixes

Public Class Methods

v1(section:) click to toggle source
# 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