Palestinian killed by stone-throwing Israelis in West Bank

Palestinian killed by stone-throwing Israelis in West Bank

RAMALLAH — A Palestinian woman died of her wounds after Israelis in the occupied West Bank threw stones at the car she was travelling in, Palestinian security sources and media said Saturday.

An Israeli forces spokesman confirmed a car had been hit by stones but did not identify the perpetrators. He said an investigation was under way but did not give further details.

Palestinian official news agency Wafa identified the passenger who died as 48-year-old mother of eight, Aisha Mohammed Rabi.

She died in hospital in the northern West Bank city of Nablus from a head injury sustained in the stone-throwing incident south of the city on Friday, Wafa said, citing medical and Palestinian security sources.

Her husband, who was driving the car at the time, escaped with minor injuries, the same sources said.

Palestinian witnesses and security sources cited by the news agency said the stones were thrown by Israelis.

Stone-throwing incidents implicating Israelis have risen of late, the Palestinian security sources added.

The Israelis did not commented on the attack.

Tensions have been running high in the West Bank over the past week with two attacks against Israelis.

On Friday, Israeli forces said they had arrested a Palestinian on suspicion of stabbing and wounding an army reservist on guard duty at a checkpoint south of Nablus the previous day.

Another wanted Palestinian, who is suspected of killing two Israeli colleagues and wounding a third in the northern West Bank last Sunday, remains on the run.

Israelis forces have identified him as Ashraf Naalwa, 23.

A wave of mainly lone-wolf Palestinian attacks against Israelis in the West Bank erupted in 2015 but had largely abated.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });