# File lib/asciidoctor/document.rb, line 873
  def attribute_locked?(name)
    @attribute_overrides.key?(name)
  end