Is Alito right about the ‘unbroken tradition of prohibiting abortion’? Scholars disagree on the history

  • Home
  • Daily News
  • Is Alito right about the 'unbroken tradition…
  • Legal History Is Alito right about the 'unbroken tradition of prohibiting abortion'? Scholars disagree on the history
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    abortion words and gavel

    Image from Shutterstock.

    U.S. Supreme Court Justice Samuel Alito’s draft abortion opinion that would overturn Roe v. Wade says the 1973 decision “either ignored or misstated” the history of abortion laws.

    But Alito’s draft opinion doesn’t settle the debate over the history of abortion laws before the 1868 adoption of the 14th Amendment, the New York Times reports.

    Politico published the leaked draft opinion earlit this week, written by Alito for a majority of the high court.

    The Atlantic looked at the scholarly debate in a March 2016 article.

    “Scholars don’t agree on whether, before the 1800s, abortion was relatively common and legally accepted or whether it was considered a grave crime, when it happened at all,” the article said.

    The debate plays out in the Roe opinion by Justice Harry Blackmun and Alito’s draft opinion that would overturn it.

    First and foremost, Alito’s opinion differs with Roe’s finding that the right to abortion before viability was protected by the 14th Amendment’s concept of personal liberty.

    “The Constitution makes no reference to abortion, and no such right is implicitly protected by any constitutional provision,” Alito wrote in the draft opinion.

    Alito goes further to criticize Roe’s recitation of the history of abortion laws.

    In Roe, Blackmun said criminal abortion laws in effect at the time of the decision “are of relatively recent vintage.” The current laws mostly derive from statutory changes enacted in the latter half of the 19th century, Blackmun wrote.

    At common law, an abortion before quickening—the point when the movement of the fetus is first felt in the womb—was not an indictable offense, Blackmun said. Quickening often happens at about four months, according to the Atlantic.

    Abortion after quickening was at most a lesser offense, Blackmun said. And it is doubtful that abortion of a quick fetus was ever firmly established as a common law crime, he said.

    Alito countered that common law made abortion criminal at least after quickening, although common law authorities differed on the punishment for abortions at different stages of pregnancy. But “none endorsed the practice,” Alito said in the draft opinion.

    In the 1800s, laws expanded criminal liability for abortions, Alito said. By the time that the 14th Amendment was enacted, three-quarters of the states had made abortion a crime at any stage of pregnancy, Alito wrote.

    “The inescapable conclusion is that a right to abortion is not deeply rooted in the nation’s history and traditions,” Alito wrote. “An unbroken tradition of prohibiting abortion on pain of criminal punishment persisted from the earliest days of the common law until 1973.”

    According to the New York Times, Alito partly relied on a book by Joseph W. Dellapenna, a professor at the Villanova University Charles Widger School of Law, called Dispelling the Myths of Abortion History.

    According to an ad for the book, Blackmun had built on the work of scholars who argued that abortion was common and relatively safe in the 19th century; that abortion statutes were enacted to protect the life of the mother, rather than the fetus; and that the moving force behind expanded criminal liability was an attempt by the male medical profession to suppress competition.

    Dellapenna’s book argued, however, that American law always treated abortion as a serious crime, and that prosecutions focused on protecting the fetus.

    An amicus brief submitted by the American Historical Association and the Organization of American Historians took a different view.

    “Newly accessible historical evidence” refutes any claim that the nation “had a settled view on the criminality of abortion” in the period between the adoption of the Constitution and 1868, the brief said.

    See also:

    ABAJournal.com: “Legal experts fear loss of abortion right could usher in end of same-sex marriage, other rights”

    ABAJournal.com: “What is the potential impact of the abortion case before the Supreme Court?”

    ABAJournal.com: “In ‘devastating blow’ to abortion rights, top Texas court stymies suit to overturn restrictive law”

    ABAJournal.com: “Supreme Court allows abortion providers to sue over Texas law but keeps law intact for now”

    ABAJournal.com: “Chemerinsky: Ruling in abortion cases will greatly affect women’s lives but won’t end controversy”

    ABAJournal.com: “ABA urges Supreme Court to rule US can sue to block unconstitutional Texas abortion law”

    ABAJournal.com: “Idaho lawmakers pass abortion bill copying Texas; what can abortion-rights states do?”

    ABAJournal.com: “Rare but not unprecedented Supreme Court leak considered ‘staggering’”

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/is-alito-right-about-the-unbroken-tradition-of-prohibiting-abortion-scholars-disagree-on-abortion-history/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds